1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-02-16 10:20:31 +01:00
egroupware/etemplate/js/test/et2_test_textbox.xet

14 lines
465 B
Plaintext
Raw Normal View History

<?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>