mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
16 lines
513 B
XML
16 lines
513 B
XML
<?xml version="1.0"?>
|
|
<overlay>
|
|
<textbox id="test1" value="This is a single line textbox." onchange="console.log('Buh!');"/>
|
|
<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."/>
|
|
<textbox id="test4" multiline="true" value="This is a multi line textbox."/>
|
|
</template>
|
|
|
|
<template id="testbox"/>
|
|
|
|
<button label="test" onclick="open_xet('et2_test_textbox.xet');" statustext="button"/>
|
|
</overlay>
|
|
|