blob: af673461b7fee753b119732712e631bef1f6293f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<com:TContent ID="Content">
<com:TButton ID="Button" Text="Set empty CssUrl" OnClick="onSetEmptyCssUrl"/>
<com:TTabPanel ID="TabPanel">
<com:TTabView Caption="View 1">
content for view 1
</com:TTabView>
<com:TTabView Caption="View 2">
content for view 2
</com:TTabView>
<com:TTabView Caption="View 3">
content for view 3
</com:TTabView>
</com:TTabPanel>
</com:TContent>
|