Class: JqueryUiForm::FormBuilder
- Inherits:
-
ActionView::Helpers::FormBuilder
- Object
- ActionView::Helpers::FormBuilder
- JqueryUiForm::FormBuilder
- Includes:
- Helpers::ButtonHelper, Helpers::ErrorHelper, Helpers::InputHelper, Helpers::LabelHelper, Helpers::WrapperHelper, Inputs::BooleanInput, Inputs::CheckBoxesInput, Inputs::DateInput, Inputs::EmailInput, Inputs::FileInput, Inputs::HiddenInput, Inputs::NumberInput, Inputs::PasswordInput, Inputs::PhoneInput, Inputs::RadioInput, Inputs::RangeInput, Inputs::SearchInput, Inputs::SelectInput, Inputs::StringInput, Inputs::TextInput, Inputs::UrlInput
- Defined in:
- lib/jquery_ui_form/form_builder.rb
Constant Summary
Constants included from Inputs::SelectInput
Inputs::SelectInput::SELECT_OPTIONS
Instance Attribute Summary collapse
-
#autofocus ⇒ Object
Returns the value of attribute autofocus.
-
#template ⇒ Object
Returns the value of attribute template.
Class Method Summary collapse
Methods included from Inputs::DateInput
#date_input, #datetime_input, #time_input
Methods included from Inputs::RangeInput
Methods included from Inputs::NumberInput
Methods included from Inputs::SearchInput
Methods included from Inputs::UrlInput
Methods included from Inputs::PhoneInput
Methods included from Inputs::EmailInput
Methods included from Inputs::FileInput
Methods included from Inputs::HiddenInput
Methods included from Inputs::TextInput
Methods included from Inputs::CheckBoxesInput
#check_boxes_input, #collection_from_association, #current_values_from_association, #label_from_association, #value_from_association
Methods included from Inputs::RadioInput
Methods included from Inputs::SelectInput
Methods included from Inputs::BooleanInput
Methods included from Inputs::PasswordInput
Methods included from Inputs::StringInput
Methods included from Helpers::ButtonHelper
Methods included from Helpers::LabelHelper
Methods included from Helpers::ErrorHelper
#error_message_on, #error_messages_on_base, #has_errors?, #inline_error, #model_errors
Methods included from Helpers::InputHelper
#basic_input_helper, #inline_hint, #input
Methods included from Helpers::WrapperHelper
#buttons, #column, #fieldset, #row, #wrapper
Instance Attribute Details
#autofocus ⇒ Object
Returns the value of attribute autofocus.
5 6 7 |
# File 'lib/jquery_ui_form/form_builder.rb', line 5 def autofocus @autofocus end |
#template ⇒ Object
Returns the value of attribute template.
4 5 6 |
# File 'lib/jquery_ui_form/form_builder.rb', line 4 def template @template end |
Class Method Details
.configure(name, value = nil) ⇒ Object
7 8 9 10 |
# File 'lib/jquery_ui_form/form_builder.rb', line 7 def self.configure(name, value = nil) class_attribute(name) self.send(:"#{name}=", value) end |