Class: Phlexi::Form::Base::Builder

Inherits:
Phlexi::Form::Builder show all
Defined in:
lib/phlexi/form/base.rb

Instance Attribute Summary

Attributes inherited from Phlexi::Form::Builder

#input_attributes

Method Summary

Methods inherited from Phlexi::Form::Builder

#belongs_to_tag, #boolean_tag, #checkbox_tag, #collection_checkboxes_tag, #collection_radio_buttons_tag, #color_tag, #date_tag, #datetime_local_tag, #email_tag, #error_tag, #extract_input, #file_input_tag, #full_error_tag, #has_file_input!, #has_many_tag, #has_one_tag, #hidden_input_tag, #hint_tag, #hstore_tag, #initialize, #input_array_tag, #input_tag, #label_tag, #number_tag, #password_tag, #phone_tag, #polymorphic_belongs_to_tag, #radio_button_tag, #search_tag, #select_tag, #string_tag, #submit_button_tag, #textarea_tag, #time_tag, #url_tag, #wrapped

Methods included from Options::Step

#step

Methods included from Options::Limit

#limit

Methods included from Options::Pattern

#pattern

Methods included from Options::Min

#min

Methods included from Options::Max

#max

Methods included from Options::Length

#maxlength, #minlength

Methods included from Options::Readonly

#readonly!, #readonly?

Methods included from Options::Disabled

#disabled!, #disabled?

Methods included from Options::Autofocus

#focused!, #focused?

Methods included from Options::Required

#required!, #required?

Methods included from Options::Hints

#show_hint?

Methods included from Options::Choices

#choices

Methods included from Options::Errors

#can_show_errors?, #custom_error, #error, #full_error, #has_errors?, #object_valid?, #show_errors?, #valid?

Constructor Details

This class inherits a constructor from Phlexi::Form::Builder