2011-08-10 16:36:31 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<overlay>
|
2011-08-22 16:38:05 +02:00
|
|
|
<textbox id="test1" value="This is a single line textbox." onchange="console.log('Buh!');"/>
|
2011-08-12 14:15:44 +02:00
|
|
|
<textbox id="test2" multiline="true" value="This is a multi line textbox."/>
|
2011-08-10 16:36:31 +02:00
|
|
|
|
|
|
|
<template id="testbox">
|
2011-08-15 18:03:53 +02:00
|
|
|
<textbox id="test3" value="This is a single line textbox."/>
|
2011-08-12 14:15:44 +02:00
|
|
|
<textbox id="test4" multiline="true" value="This is a multi line textbox."/>
|
2011-08-10 16:36:31 +02:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<template id="testbox"/>
|
2011-08-15 18:03:53 +02:00
|
|
|
|
|
|
|
<button label="test" onclick="open_xet('et2_test_textbox.xet');" statustext="button"/>
|
2011-08-10 16:36:31 +02:00
|
|
|
</overlay>
|
|
|
|
|