egroupware/etemplate/templates/default/groupbox.test.xet
Ralf Becker 52b42e13bb 1) added GroupBox (HTML: fieldset) to group widgets by a frame with an optional caption
2) Step #1 of removing eTemplate's limitation on allowing only a grid as root element of the widget tree (which can NOT directly contain further grids, thought references to other templates/grids are ok). The storage layer allows now a real tree. Redering and editing only works on the old data variable, which is now a reference to the first grid in the tree.
More to come ...
2005-02-06 15:49:50 +00:00

18 lines
425 B
XML

<?xml version="1.0"?>
<!-- $Id$ -->
<overlay>
<grid id="etemplate.groupbox.test" template="" lang="" group="" version="">
<columns>
<column/>
</columns>
<rows>
<row>
<groupbox>
<caption label="Selection grouping"/>
<radio options="1" label="%s selection #1 or" id="selection"/>
<radio options="2" label="%s selection #2" id="selection"/>
</groupbox>
</row>
</rows>
</grid>
</overlay>