Class: Archangel::WysiwygInput
- Inherits:
-
SimpleForm::Inputs::TextInput
- Object
- SimpleForm::Inputs::TextInput
- Archangel::WysiwygInput
- Defined in:
- app/inputs/archangel/wysiwyg_input.rb
Overview
WYSIWYG custom input for SimpleForm
Instance Method Summary collapse
-
#input_html_classes ⇒ Object
Add ‘wysiwyg` as an HTML class.
Instance Method Details
#input_html_classes ⇒ Object
Add ‘wysiwyg` as an HTML class
11 12 13 |
# File 'app/inputs/archangel/wysiwyg_input.rb', line 11 def input_html_classes super.push("wysiwyg") end |