mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
<overlay>
|
|
<vbox>
|
|
<textbox label="Blub" />
|
|
<textbox label="This %s is a textbox" />
|
|
<hbox><description for="testbox" value="This is a description tag for the textbox next to it."/><textbox id="testbox"/></hbox>
|
|
<description onclick="alert('You\'ve punched me!');" value="Click me!"/>
|
|
</vbox>
|
|
</overlay>
|