class Ckeditor::Hooks::SimpleForm::CkeditorInput

Public Instance Methods

input(wrapper_options = nil) click to toggle source
# File lib/ckeditor/hooks/simple_form.rb, line 5
def input(wrapper_options = nil)
  @builder.cktext_area(attribute_name, input_html_options)
end