Form file concepts / Form items |
A static item defines a simple form item as a final grid element (i.e. that does not change).
A static item is a form element that is defined directly in a grid of the form LAYOUT section, such as a text (typically, a field label).
Static items are identified by the fglform compiler and converted to a AUI tree node element in the resulting .42f file.
LAYOUT GRID { A simple text } END END
LAYOUT GRID { This is a horizontal line: ------------ } END END