Tag Type | C++ code (built in to libHForm/scan_head.cc) | |
---|---|---|
Attributes | None. | |
Contained Tags (must appear in order) |
Window | Required. Provides description of window. |
Meta | Optional. Allows for overriding headers. | |
CardDef | Optional. Defines card tabs for multiscreen forms. | |
Private | Optional. Declares internal variables for form. | |
Public | Optional. Declares variables and action sequences for exachanging them with the outside world. | |
Related Tags | Must come before Body tag. | |
Examples | See examples for HForm which show general a file structure. |