Class: FormtasticBootstrap::Inputs::DateInput
- Inherits:
-
DateSelectInput
- Object
- Formtastic::Inputs::DateSelectInput
- DateSelectInput
- FormtasticBootstrap::Inputs::DateInput
- Defined in:
- lib/formtastic-bootstrap/inputs/date_input.rb
Constant Summary
Constants inherited from DateSelectInput
FormtasticBootstrap::Inputs::DateSelectInput::FRAGMENT_CLASSES
Constants included from Base::Timeish
Base::Timeish::FRAGMENT_CLASSES, Base::Timeish::FRAGMENT_PLACEHOLDERS
Instance Method Summary collapse
Methods included from Base::Timeish
#fragment_class, #fragment_html, #fragment_input_html_options, #fragment_placeholder, #row_wrapping
Methods included from Base::Wrapping
#add_on_content, #add_on_wrapper_classes, #bootstrap_wrapping, #form_group_wrapping, #input_content, #prepended_or_appended?, #wrapper_html_options
Methods included from Base::Labelling
#label_html, #label_html_options
Methods included from Base::Hints
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_html_options
Instance Method Details
#to_html ⇒ Object
4 5 6 7 |
# File 'lib/formtastic-bootstrap/inputs/date_input.rb', line 4 def to_html ::ActiveSupport::Deprecation.warn("DateInput (:as => :date) has been renamed to DateSelectInput (:as => :date_select) and will be removed or changed in the next version of Formtastic, please update your forms.", caller(2)) super end |