Class: PagedownInput
- Inherits:
-
SimpleForm::Inputs::TextInput
- Object
- SimpleForm::Inputs::TextInput
- PagedownInput
- Defined in:
- app/input/pagedown_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
2 3 4 5 6 7 8 9 10 |
# File 'app/input/pagedown_input.rb', line 2 def input out = "<div id=\"wmd-button-bar-#{attribute_name}\"></div>#{wmd_input}" if [:preview] out << "<div id=\"wmd-preview-#{attribute_name}\" class=\"wmd-preview\"></div>" end out.html_safe end |