onBlur

Arguments

eventEvent

An object that contains properties and methods for inspecting and manipulating the browser event. This object can be referenced in JavaScript added to the event, either through Action Javascript or using Text Mode.

See Event (MDN Web Docs) for more details.

Description

Fires when the control loses focus.

Discussion

The onBlur event fires when focus on the control is lost. Focus is typically lost when the user clicks off the control.

Some controls do not support the onBlur event.