A collection of show/hide fields behavior objects.
show hide fields behavior Properties
| Property | Type | Access | Description |
|---|---|---|---|
| behavior event | mouse up, mouse down, mouse enter, mouse exit, on focus, on blur, |
r/w | The event which triggers the behavior. |
| class | type | read | The class descriptor type. |
| enable behavior | boolean | r/w | If true, the behavior is enabled. |
| fields to hide | List of form field | r/w | The hidden interactive objects. |
| fields to show | List of form field | r/w | The visible interactive objects. |
| id | integer | read | The unique ID of the show hide fields behavior. |
| index | integer | read | The index of the show hide fields behavior within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| name | text | read | The name of the show hide fields behavior. |
| object reference | show hide fields behavior | read | An object reference for the object. |
| parent | specifier | read | The parent of the show hide fields behavior (a form field or button). Can return: form field or button. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |