![]() |
![]()
| ![]() |
![]()
NAMEReaction::UI::Widget::Field::Mutable::ChooseOne - Choose one from a list of available values DESCRIPTIONSee Reaction::UI::Widget::Field::Mutable. This widget provides the user with a field where he can select a single value from a list of many. FRAGMENTSfieldRenders a series fragment "option" for each "value_choices" in the viewport Additional varibles set: "is_required" - Boolean, self-explanatory option"content" is a dummy variable, but th additional variables "v_value", "v_name" and "is_selected" are set option_is_requiredRenders either "option_is_required_yes" or "option_is_required_no" depending on the viewport's "value_is_required" attribute. option_listRenders the "option" fragment over the viewport's "value_choices". This populates the list of available values. option_is_selectedRenders either "option_is_selected_yes" or "option_is_selected_no" depending on if the viewport's "is_current_value" method returns true on the current topic arguments "value" key. LAYOUT SETSbaseshare/skin/base/layout/field/mutable/choose_one.tt This layout set renders a "select" element with the available values as "option"s. AUTHORSSee Reaction::Class for authors. LICENSESee Reaction::Class for the license.
|