Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions controls/tabstrip/tabs/loading-tabs-from-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TabStrip>. 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
<?xml version="1.0" encoding="utf-16"?>
````ASP.NET
<TabStrip
SelectedIndex="0"
MultiPageID="RadMultiPage1"
Skin="Vista" >

...
</TabStrip>
````

1. 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:
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
<Tab Selected="True" ScrollChildren="True" Text="Tab 1">
<Tab PageViewID="RadPageView1" Text="Child 1" />
<Tab IsBreak="True" PageViewID="RadPageView2" Text="Child 2" />
Expand Down
1 change: 1 addition & 0 deletions docs-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down