Button fields
AR System supports Regular and Flat button fields.
- Regular buttons have borders and background and might or might not contain images. These buttons are used on forms that require a user to perform an action. For example:
- Buttons associated with an edit field, such as a calendar pop-up button, a menu drop-down button, or a rich text editor
- Buttons inside pop-up menus
- Buttons inside tables, including attachment pools, status history, and alert lists
- Buttons inside table columns
- Flat buttons do not have borders or background, but they do contain images. These buttons are used in toolbars and other places that require an icon to act as a button. These buttons can also be used for images that do not act as a button (for example, a logo on a page).
AR System provides built-in styles for buttons and the capability for applications to specify multiple images for a button and change the appearance of buttons depending on the states. The button states are as follows:- Default
- Mouse over
- On click
- Disabled
- Read only
The appearance of Flat buttons changes based on the values set for the following properties in Developer Studio.
- When the Display as Flat Image property value is set to True for a Button field, a new property named Mouseover Effect is available with the following values—None, Pointer Cursor, and Button.
The Flat button style depends on the value set for the Mouseover Effect property.- If the property is set to Pointer Cursor or Button, the cursor changes to pointer style when you click or hover the mouse on the button.
- If the property is set to None, the cursor remains in default style when you click or hover the mouse on the button.
A property named Disabled Image has been added to store the images for the disabled state of the button.
If an image is not specified for the Disabled Image property, the image specified for the image property will continue to be used for the disabled state, but it will be greyed-out.
Buttons look different in the mouse-over and on-click states.
Following are the appearance changes that occur on the button field for different user actions.
The button appearance changes are applied to all system-level components, such as dialog boxes, and to all complex components in AR System, such as tables.
Buttons can be displayed as URLs and then associated with an Open Window active link action to simulate a hyperlink that opens a new window. (To add a real URL that links to a web page, see Adding-a-URL-to-a-trim-text-field.)