August 2003
Beginner to intermediate
240 pages
7h 44m
English
The xforms-out-of-range and xforms-in-range Events
| Event type: notification |
| Event target element: form control |
| Bubbles: Yes |
| Cancelable: No |
These events serve as notifications that a form control
isn’t able to display the current value for some
reason. For example, a range control might only be
capable of controlling values between 0 and 100, and yet be bound to
a value of 150 in the instance data. select1
controls are also limited to displaying values defined in
item or itemset elements, and
thus can become out of range when initial values are applied. Either
of these events will be dispatched only when the relevant state of
the form control changes.
Read now
Unlock full access