FormButtonProperties Reference |
[This is preliminary documentation and is subject to change.]
A FormButtonProperties element is used for control the visibility and activation of the bult-in buttons on the dynamic form.
It is not currently possible to edit FormButtonProperties elements from the editor, instead the xml file must be edited directly.
Attribute | Type | Description |
---|---|---|
ButtonId | String | The id of the button to configure. |
Visible | String | A TOPICA basic statement that must evaluate to a boolean value that defines whether or not the button will be visible. |
Enabled | String | A TOPICA basic statement that must evaluate to a boolean value that defines whether or not the button will be enabled. |