Class: FormtasticRebootstrap::FormBuilder
- Inherits:
-
Formtastic::FormBuilder
- Object
- Formtastic::FormBuilder
- FormtasticRebootstrap::FormBuilder
- Defined in:
- lib/formtastic_rebootstrap/form_builder.rb
Constant Summary
Constants included from Helpers::ErrorsHelper
Helpers::ErrorsHelper::INLINE_ERROR_TYPES
Class Method Summary collapse
- .default_error_class ⇒ Object
- .default_error_class=(error_class) ⇒ Object
- .default_hint_class ⇒ Object
- .default_hint_class=(hint_class) ⇒ Object
Methods included from Helpers::ActionsHelper
Methods included from Helpers::ErrorsHelper
Methods included from Helpers::InputsHelper
Class Method Details
.default_error_class ⇒ Object
17 18 19 20 |
# File 'lib/formtastic_rebootstrap/form_builder.rb', line 17 def self.default_error_class # self.default_inline_error_class raise end |
.default_error_class=(error_class) ⇒ Object
22 23 24 25 26 |
# File 'lib/formtastic_rebootstrap/form_builder.rb', line 22 def self.default_error_class=(error_class) # self.default_inline_error_class = error_class # self.default_block_error_class = error_class raise end |
.default_hint_class ⇒ Object
28 29 30 31 |
# File 'lib/formtastic_rebootstrap/form_builder.rb', line 28 def self.default_hint_class # self.default_inline_hint_class raise end |
.default_hint_class=(hint_class) ⇒ Object
33 34 35 36 37 |
# File 'lib/formtastic_rebootstrap/form_builder.rb', line 33 def self.default_hint_class=(hint_class) # self.default_inline_hint_class = hint_class # self.default_block_hint_class = hint_class raise end |