Sophie Net: Vamp HQ - Luxor XUL - Rachel - The Saturn Times - The Richmond Post
OverviewTag GroupsCore AttributesIndexHelp

<grid>

<grid>..</grid>

Holds rows and columns to display as a grid. A grid is an alternative to an HTML table.

Contents

columns rows

Appears In

xul , boxes

Examples

<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>   

OverviewTag GroupsCore AttributesIndexHelp

Hosted by SourceForge SourceForge Logo Send your comments, suggestions, praise or sonnets to webmistress@vamphq.com Copyright © 2001, 2002 Gerald Bauer