Defines a layout area based on a grid of cells.
Syntax
GRID [identifier] [ ( attribute [,...] ) ]
{
{ text
| item-tag
| hbox-tag
| layout-tag
| horizontal-line }
[...]
}
END
- text is literal text that will appear in the form as a static label.
- item-tag defines the position and length of a form item.
- hbox-tag defines the position and length of several form items inside an horizontal box.
- layout-tag defines the position and length of a layout tag.
- horizontal-line is a set of dash characters defining a horizontal line.
Usage
The GRID container declares a formatted text block, defining the dimensions and
the positions of children form items.
Note: Avoid Tab characters (ASCII 9) inside the curly-brace delimited area. If used,
Tab characters will be replaced by 8 blanks by fglform.
For more details about this item type, see GRID item type.
Example
GRID
{
<GROUP g1 >
Id: [f1] Name: [f2 ]
Addr: [f3 ]
< >
}
END