Widget States
A widget has a certain state:
- Active state. This is the default state, where widgets read their values from the request and display them.
- Disabled state, value is displayed but user input is ignored. The widget should be rendered in a manner that indicates that this widget could be active, but is currently not.
- Output state, value is displayed but user input is ignored. The widget should be rendered as plain text, giving no indication that it could be input.
- Invisible state. Values are not displayed and user input is ignored.
Errors and Improvements? If you see any errors or potential improvements in this document please help
us: View, Edit or comment on the latest development version (registration required).