egroupware_official/etemplate/js/test/et2_test_tabbox.xet

19 lines
409 B
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<overlay>
<tabbox>
<tabs>
<tab label="Test1" />
<tab label="Test2" />
<tab label="Test3" />
<tab label="Test4" />
</tabs>
<tabpanels>
<label value="This is the content of tab 1"/>
<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"/>
</tabpanels>
</tabbox>
</overlay>