Class: FormtasticRebootstrap::Inputs::TimeZoneInput

Inherits:
Formtastic::Inputs::TimeZoneInput
  • Object
show all
Includes:
Base
Defined in:
lib/formtastic_rebootstrap/inputs/time_zone_input.rb

Instance Method Summary collapse

Methods included from Base::Wrapping

#add_on_content, #add_on_wrapper_classes, #bootstrap_wrapping, #form_group_wrapping, #input_content, #input_default_col, #input_options_classes, #prepended_or_appended?, #wrapper_html_options, #wrapping_class_with_col

Methods included from Base::Labelling

#label_class_with_col, #label_html, #label_html_options, #layout_classes

Methods included from Base::Hints

#hint_html

Methods included from Base::Errors

#error_first_html, #error_html, #error_list_html, #error_none_html, #error_sentence_html

Methods included from Base::Html

#form_control_input_html_options, #input_class_without_col, #input_html_options, #original_classes

Instance Method Details

#to_htmlObject



6
7
8
9
10
# File 'lib/formtastic_rebootstrap/inputs/time_zone_input.rb', line 6

def to_html
  bootstrap_wrapping do
    builder.time_zone_select(method, priority_zones, input_options, input_html_options)
  end
end