2011-08-10 16:36:31 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<overlay>
|
2011-08-19 18:00:44 +02:00
|
|
|
<tabbox width="100%">
|
2011-08-10 16:36:31 +02:00
|
|
|
<tabs>
|
|
|
|
<tab label="Test1" />
|
|
|
|
<tab label="Test2" />
|
|
|
|
<tab label="Test3" />
|
|
|
|
<tab label="Test4" />
|
|
|
|
</tabs>
|
|
|
|
<tabpanels>
|
|
|
|
<label value="This is the content of tab 2"/>
|
|
|
|
<label value="This is the content of tab 3"/>
|
|
|
|
<label value="This is the content of tab 4"/>
|
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-10 16:36:31 +02:00
|
|
|
</tabpanels>
|
|
|
|
</tabbox>
|
|
|
|
</overlay>
|
|
|
|
|