egroupware/etemplate/js/test/et2_test_label.xet

10 lines
245 B
Plaintext
Raw Normal View History

2011-08-21 17:22:28 +02:00
<overlay>
<vbox>
<textbox label="Blub" />
<textbox label="This %s is a textbox" />
<hbox><description label_for="testbox" value="This is a description tag for the textbox next to it."/><textbox id="testbox"/></hbox>
2011-08-21 17:22:28 +02:00
</vbox>
</overlay>