Properties of a Button
See Basic controls.
- Enabled
-
Allow the control to be enabled at runtime.
- Name
-
By default, the control ID appears as the name. Change the ID to make the control easier to identify during mapping.
- Text
- Change the default text (button1) to something that provides useful information to a user. For example, use "Click to update personal details" instead of "button1".
- Tooltip
-
Use tooltips to provide supplemental information about the control at runtime.
For example, instruct the user to click the Professional Details button to complete information about their professional experience. For example, use a tooltip such as "Click to enter information about your professional background".
- Visible
-
Choose whether the control be visible at runtime. (Default: Yes)
- Security Token
-
Use security tokens to make the form more secure. See Security tokens.
- Resize to Fit
- Allow the image to be resized to fit the button frame.
- Load Image from Store
-
Select No to enter a image name /URL in the Image box. (Default: No)
Note For on-premise TotalAgility, the image needs to reside in the following location:<Installation location>\Kofax\TotalAgility\Agility.Server.Web\Forms\Images.
Select Yes to consume an existing image or to enter the image name in the Image box. (Default: No)
Note The name must match the name in the database for the image to display at runtime. - Image Path
- To use an image for a button, enter the path of the image or enter the image name.
- Causes Validation
-
Indicates whether the button causes validation to be performed on any controls that require validation when it is clicked.
Note If an error occurs while validating the controls then the button does not fire its event. - Confirmation Message
-
Configure a button to display a confirmation message when clicked.
Adding a confirmation message to a form can prevent the user from accidentally performing an action that may result in data loss.
For example, a user pressing the Delete Customer button by mistake could delete a customer and all associated data from the system without having the chance to undo their action. To prevent this, create a confirmation message that displays the text "Are you sure that you want to delete this customer account details? Click Cancel to stop the deletion. Click Yes to confirm the deletion."
Specify the message using a dynamic or a static value.
- Design
-
Configure the design properties. See Configure the design of a control.