mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 05:23:13 +01:00
68c7a5550e
- Added test for textbox - Added baseWidget and inputWidget classes - Implemented attribute system - Implemented statustext as a test for the attribute system - Ported csv_split function to JS - Implemented system for the legacy options - Added function for iterating over the widget tree
19 lines
409 B
XML
19 lines
409 B
XML
<?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>
|
|
|