Class: FlexaFormtasticBootstrap::Inputs::PhoneInput
- Inherits:
-
Formtastic::Inputs::PhoneInput
- Object
- Formtastic::Inputs::PhoneInput
- FlexaFormtasticBootstrap::Inputs::PhoneInput
- Includes:
- Base, Base::Stringish
- Defined in:
- lib/flexa_formtastic_bootstrap/inputs/phone_input.rb
Instance Method Summary collapse
Methods included from Base::Stringish
Methods included from Base::Wrapping
#clearfix_div_wrapping, #generic_input_wrapping, #inline_inputs_div_wrapping, #input_div_wrapping, #prepended_input_wrapping, #wrapper_html_options
Methods included from Base::Labelling
Methods included from Base::Html
Methods included from Base::Hints
Methods included from Base::Errors
#error_first_html, #error_html, #error_list_html, #error_none_html, #error_sentence_html
Instance Method Details
#to_html ⇒ Object
7 8 9 10 11 |
# File 'lib/flexa_formtastic_bootstrap/inputs/phone_input.rb', line 7 def to_html generic_input_wrapping do builder.phone_field(method, ) end end |