|
|
<grid> |
<grid>..</grid>
|
Holds rows and columns to display as a grid. A grid is an alternative to an HTML table.
columns
rows
xul
, boxes
<grid> <columns> <column/> <column/> </columns> <rows> <row> <label value="Document Title:" /> <text id="doctitle" /> </row> <row> <label value="Path:" /> <box> <text id="docpath" /> <button label="Browse..." /> </box> </row> </rows> </grid>
|
|
||
Hosted by SourceForge
| Send your comments, suggestions, praise or sonnets to webmistress@vamphq.com | Copyright © 2001, 2002 Gerald Bauer |