August 2003
Beginner to intermediate
240 pages
7h 44m
English
The xforms-readonly and xforms-readwrite Events
| Event type: notification |
| Event target element: form control |
| Bubbles: Yes |
| Cancelable: No |
These events serve as notifications as to whether a form control is
read-only or read-write. In most forms, every form control will be
fixed as either read-only or not. The dynamic nature of the
readonly model item property, however, means that
the writability of a form control can change pretty much at any time.
Either of these events will be dispatched only when the read-only
state of the form control changes.
Read now
Unlock full access