egroupware_official/etemplate/templates/default/vbox.test.xet
Ralf Becker ec1ffc81be Many new stuff for the eTemplates:
- added vbox and hbox support: container to put widgets in one row or column
- complete rows and column can now be disabled (even with a simple comparison with a variable in content, eg. disabled if the var is empty)
- labels and helptexts from tpls with 'test' in there name, get no longer written to the lang-file
- update the documentation
2002-10-12 16:37:44 +00:00

25 lines
515 B
XML

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<grid id="etemplate.vbox.test" template="" lang="" group="" version="" border="1">
<columns>
<column/>
<column/>
<column/>
</columns>
<rows>
<row valign="top">
<vbox span="2" class="test">
<description value="Hallo"/>
<description value="Ralf"/>
</vbox>
<description value="C1"/>
</row>
<row>
<description value="A2"/>
<description value="B2"/>
<description value="C2"/>
</row>
</rows>
</grid>
</overlay>