Class: PagedownInput

Inherits:
SimpleForm::Inputs::TextInput
  • Object
show all
Defined in:
app/input/pagedown_input.rb

Instance Method Summary collapse

Instance Method Details

#inputObject



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 input_html_options[:preview]
    out << "<div id=\"wmd-preview-#{attribute_name}\" class=\"wmd-preview\"></div>"
  end

  out.html_safe
end