class NewCkeditor::Addons::SimpleForm::CkeditorInput

Public Instance Methods

input(_wrapper_options = nil) click to toggle source
# File lib/new_ckeditor/addons/simple_form.rb, line 7
def input(_wrapper_options = nil)
  input_html_options[:editor] ||= options[:editor]
  @builder.ckeditor(attribute_name, input_html_options)
end