Form items / Form item types |
Defines the content of a folder page.
A PAGE form item type groups other form elements together, to define a folder page of a parent FOLDER form item.
A PAGE form item can only be a child of a FOLDER form item.
By default, PAGE form items are used to group elements for decoration only.
The TEXT attributes defines the label of the folder page. Consider using localized strings for this attribute.
The IMAGE attribute can be used to specify which image to use as an icon.
If needed, you can use the ACTION attribute to bind an action to a folder page. When the page is selected, the program gets the corresponding action event.
To bring a folder page to the top, use the NEXT FIELD program instruction to give the focus to one of the active fields of the page, or use the ui.Form.ensureFieldVisible() method if the fields are disabled/unused, or use the ui.Form.ensureElementVisible() method if the page does not contain focusable form items.
For more details, see Giving the focus to a form element.