class Ckeditor::Hooks::SimpleForm::CkeditorInput
Public Instance Methods
input(_wrapper_options = nil)
click to toggle source
# File lib/ckeditor/hooks/simple_form.rb, line 9 def input(_wrapper_options = nil) @builder.cktext_area(attribute_name, input_html_options) end