2011-08-10 16:36:31 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<overlay>
|
2011-08-23 23:33:40 +02:00
|
|
|
<tabbox width="100%" id="tab_1">
|
2011-08-10 16:36:31 +02:00
|
|
|
<tabs>
|
2011-08-24 09:18:59 +02:00
|
|
|
<tab id="test1" label="Test1" />
|
|
|
|
<tab id="test2" label="Test2" />
|
|
|
|
<tab id="to_disable" label="Disabled" />
|
|
|
|
<tab id="test3" label="Test3" />
|
|
|
|
<tab id="test4" label="Test4" />
|
2011-08-10 16:36:31 +02:00
|
|
|
</tabs>
|
|
|
|
<tabpanels>
|
2011-08-19 18:00:44 +02:00
|
|
|
<vbox>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
<label value="This is the content of tab 1"/>
|
|
|
|
</vbox>
|
2011-08-23 23:33:40 +02:00
|
|
|
<label value="This is the content of tab 2"/>
|
|
|
|
<label value="This tab should be hidden"/>
|
|
|
|
<label value="This is the content of tab 3"/>
|
|
|
|
<label value="This is the content of tab 4 - it should be displayed"/>
|
2011-08-10 16:36:31 +02:00
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
|
|
|
</overlay>
|
|
|
|
|