<item> XML section
Last updated
Last updated
Each item must contain type attribute that defines a visual appearance of the form field. Available item types are:
wai_input displays an edit field:
wai_select displays a select box.
hidden does not display anything.
multiline shows a text area allowing to enter more lines up to 1900 letters in total (see constant).
freetext shows a text area allowing to enter more lines up to 3900 letters in total (see constant).
text does not require any user input. Its purpose is only to display CSS-styled information read from XML definition. Values of this type of item can't be set in PRX rules and are not delivered to the JCL generator.
Each of the item type requires or allows other attributes. This is described in details in the following sections.