diff --git a/controls/tabstrip/tabs/loading-tabs-from-xml.md b/controls/tabstrip/tabs/loading-tabs-from-xml.md index 4bb0a7c6c9..a1cc5c8416 100644 --- a/controls/tabstrip/tabs/loading-tabs-from-xml.md +++ b/controls/tabstrip/tabs/loading-tabs-from-xml.md @@ -12,22 +12,19 @@ position: 7 You can easily load the tabs of a tab strip from an XML source, as long as the source conforms to the following structure: -1. The top level consists of a single node, called . This node can include attributes for the **RadTabStrip** properties: +1. The top level consists of a single node, called `TabStrip`. This node can include attributes for the RadTabStrip properties: -````XML - +````ASP.NET - - ... ```` -1. Immediately below the node is a set of nodes, where each node represents a root-level tab. The attributes of the node correspond to the properties and custom attributes of the tab. Any child tabs are nested within the node: +2. Immediately below the `TabStrip` node is a set of `Tab` nodes, where each node represents a root-level tab. The attributes of the `Tab` node correspond to the properties and custom attributes of the tab. Any child tabs are nested within the `Tab` node: -````XML +````ASP.NET diff --git a/docs-builder.yml b/docs-builder.yml index a5904a575d..74e0085b5f 100644 --- a/docs-builder.yml +++ b/docs-builder.yml @@ -17,6 +17,7 @@ pdf-cover-png-path: ./images/pdf-cover.png img-max-width: 100% table-layout: fixed gitLastCommitDateEnabled: true +search-provider: nuclia cta-overview: The @Subject is part of @ProductLink, a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial. cta-intro: "@ProductLink is a professional grade UI library with 120+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial."