The following additional properties are available for the action button control:
Property |
Description |
---|---|
Label |
Specifies the text that will be displayed above the action button. Note:
In the Unity Viewer, labels for boolean attributes will not exceed the defined width of the attribute. The label will not wrap. |
Help Text |
Displays specified text when the selected action control button is hovered over in the Client. Note:
Up to 256 characters is supported. Characters entered beyond 256 characters will be truncated. |
Tab Index |
Specifies the order in which fields/buttons acquire the cursor when the Tab key is pressed. Enter the appropriate numeric value that corresponds to the tab order number in the tabbing sequence. If you do not want a field included in the tabbing order, specify a negative numeric value. Ensure that you do not use the same value for multiple attribute fields/buttons. |
Height |
Specifies the height of the button. The value entered can be one of the following units of measure:
|
Width |
Specifies the width of the button. The value entered can be one of the following units of measure:
|
WorkView Action |
Changes functioning of the button to WorkView Action. The action can be selected from the drop-down menu. |
Client Side API Script |
Changes functioning of the button to Client Side API Script. |