forked from extern/egroupware
14 lines
465 B
XML
14 lines
465 B
XML
<?xml version="1.0"?>
|
|
<overlay>
|
|
<textbox id="test1" value="This is a single line textbox." statustext="Write something here!"/>
|
|
<textbox id="test2" multiline="true" value="This is a multi line textbox."/>
|
|
|
|
<template id="testbox">
|
|
<textbox id="test3" value="This is a single line textbox." statustext="And something else here!"/>
|
|
<textbox id="test4" multiline="true" value="This is a multi line textbox."/>
|
|
</template>
|
|
|
|
<template id="testbox"/>
|
|
</overlay>
|
|
|