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
14 lines
421 B
XML
14 lines
421 B
XML
<?xml version="1.0"?>
|
|
<overlay>
|
|
<textbox value="This is a single line textbox." statustext="Write something here!"/>
|
|
<textbox multiline="true" value="This is a multi line textbox."/>
|
|
|
|
<template id="testbox">
|
|
<textbox value="This is a single line textbox." statustext="And something else here!"/>
|
|
<textbox multiline="true" value="This is a multi line textbox."/>
|
|
</template>
|
|
|
|
<template id="testbox"/>
|
|
</overlay>
|
|
|