Class: MarkupInput

Inherits:
FormtasticBootstrap::Inputs::TextInput
  • Object
show all
Defined in:
app/inputs/markup_input.rb

Instance Method Summary collapse

Instance Method Details

#input_html_optionsObject



3
4
5
# File 'app/inputs/markup_input.rb', line 3

def input_html_options
  super.merge(:class => "markup-ckeditor")
end

#wrapper_html_optionsObject



7
8
9
# File 'app/inputs/markup_input.rb', line 7

def wrapper_html_options
  super.merge(:class => "mb1")
end