mouseExit event

Description

Initiates when a form filler moves the pointer out of the field, even if the form filler is pressing the mouse button. It is not initiated when the pointer moves out of the field for a different reason; for example, because an overlapping window opens.

Type

Interactive event

Support

Client application

Availability

Acrobat and Adobe Reader

yes

HTML browser

no

Version

XFA 2.1

Example

You can use this event to provide visual feedback to a form filler in conjunction with the mouseEnter event. For example, you can use this event to return the border or background color of an object to its original value to help visually indicate to form fillers that they are no longer working in a specific field.

For a detailed example of using the mouseExit event, see Highlighting fields in response to form filler interaction .

// Ethnio survey code removed