This article explains how you can change the event properties of your form fields.
- Click into Edit Mode.
- Select your form field.
- Choose the Properties icon.
You can set up events for all form field types.
- Open the Events tab.
- Mouse Enter event is fired when the pointer is moved over the element.
- Mouse Exit event is fired when the pointer is moved out of the element.
- Mouse Down event is fired when the pointer button is pressed on the element.
- Mouse Up event is fired when the pointer button is released over the element.
- Focus event is fired when the pointer button is clicked on the element.
- Blur event is fired when the pointer button is clicked not within the element.
- Action (available only for Check Box, Radio Button, and all the buttons) is fired when the user clicks the element.
- Signed (available only for Signature): Validates the field by a script (JavaScript) that you create or provide. The Set button opens a dialog box in which you can write and add new scripts.
- Click on Set next to the needed option.
- Choose the Action you want to add.
- Click on Add.
Field Events
The field events are available only for Text Field, Combo Box, and List Box.
- Modify: Displays any custom scripts you have added for modifying.
- Validate: Validates the field by a script (JavaScript) that you create or provide.
- Calculate: Displays any custom scripts you have added for calculations.
- Format: Displays any custom scripts you have added for formats.
The Set button opens a dialog box in which you can write and add new JavaScripts. Click the Set button to define an event.