General Tab - WorkView - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - Premier - external - Premier

WorkView

Platform
OnBase
Product
WorkView
Release
Foundation 24.1
License
Premier

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:

  • px - Pixels (This is the default unit and is used if no unit is specified.)

  • % - Percentage

    Note:

    Relative height set on controls within a control that does not have a height set is not supported.

  • in – Inches

  • cm – Centimeters

  • mm – Millimeters

  • em – An em unit is the current font size. If the font size is set to 16 pt and the element is set to 2em, the element will be 32 pt.

  • ex – An ex unit is equal to the x-height of the font.

  • pt – Points

  • pc – Picas

Width

Specifies the width of the button. The value entered can be one of the following units of measure:

  • px - Pixels (This is the default unit and is used if no unit is specified.)

  • % - Percentage

  • in – Inches

  • cm – Centimeters

  • mm – Millimeters

  • em – An em unit is the current font size. If the font size is set to 16 pt and the element is set to 2em, the element will be 32 pt.

  • ex – An ex unit is equal to the x-height of the font.

  • pt – Points

  • pc – Picas

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.