|
|
| |
Reaction::UI::Widget::Field::Mutable::Boolean(3) |
User Contributed Perl Documentation |
Reaction::UI::Widget::Field::Mutable::Boolean(3) |
Reaction::UI::Widget::Field::Mutable::Boolean - A mutable boolean field
Provides a widget to manipulate a boolean value. This is a subclass of
Reaction::UI::Widget::Field::Mutable.
Will set the argument "field_type" to
"checkbox".
Will render the "is_checked_yes" fragment if
the viewport has a true "value_string" or
"is_checked_no" if it does not.
share/skin/base/layout/field/mutable/boolean.tt
This layout set extends the next
"field/mutable" layout set in the skin
inheritance.
The following layouts are provided:
- widget
- Renders the input element that will be the checkbox.
- field_body
- Sets the value element attribute to 1 and renders the
"is_checked" fragment afterwards.
- is_checked_yes
- Sets the "checked" attribute of the
input element to "checked".
- is_checked_no
- Empty.
See Reaction::Class for authors.
See Reaction::Class for the license.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |