2011-08-10 16:36:31 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<overlay>
|
2011-08-12 14:15:44 +02:00
|
|
|
<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."/>
|
2011-08-10 16:36:31 +02:00
|
|
|
|
|
|
|
<template id="testbox">
|
2011-08-12 14:15:44 +02:00
|
|
|
<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."/>
|
2011-08-10 16:36:31 +02:00
|
|
|
</template>
|
|
|
|
|
|
|
|
<template id="testbox"/>
|
|
|
|
</overlay>
|
|
|
|
|