Grid Code Block

A grid is defined by using the grid tag with optional tags between an open { and close } brace. Grids are used in central and overview pages.

Here is a high level view of the basic syntax of a grid block.

  grid { 
    <row> 
    <row> 
    <row> 
  } 

Here is a high level view of a customized grid block.

  grid id = <string> percent = <integer> { 
    row <string> 
    row { 
      <text column> 
      } 
    } 
  } 

 

See also: