pp108 : xforms-value-changed

xforms-value-changed


This event is fired when the value of the control changes.

Syntax

Design Time

This is a design-time property and can be set through the property sheet of the control


Event Information

To invoke

Change the value of the control

Default Action

Initiates any action associated with the event

Named Script

xforms_value_changed


Event Object Properties

Property

Description

srcElement

Reference to the control whose value is changed

valid

Boolean. Denotes if the changed value of a control is valid or not



An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Applies to


Input, Output, Password, Textarea, Check, Radio, Select, List