mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
52b42e13bb
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 ...
18 lines
425 B
XML
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> |