forked from extern/egroupware
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
9 lines
228 B
XML
9 lines
228 B
XML
<?xml version="1.0"?>
|
|
<overlay>
|
|
<vbox>
|
|
<description value="This is only a test" options="bi" />
|
|
<description value="This is only a test" font_style="italic" statustext="This is only an italic label!"/>
|
|
</vbox>
|
|
</overlay>
|
|
|