mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +01:00
ec1ffc81be
- 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
25 lines
515 B
XML
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> |