Sha256: 631d4593524fcbd7d9266cb104b9858a107a8d8fdc2058b0332705738e69867a

Contents?: true

Size: 278 Bytes

Versions: 8

Compression:

Stored size: 278 Bytes

Contents

module Ckeditor::Hooks::SimpleForm
  class CkeditorInput < ::SimpleForm::Inputs::Base
    def input
      @builder.cktext_area(attribute_name, input_html_options)
    end
  end
end

::SimpleForm::FormBuilder.map_type :ckeditor, :to => Ckeditor::Hooks::SimpleForm::CkeditorInput

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
glebtv-ckeditor-4.0.2.7 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2.6 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2.5 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2.4 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2.2 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2.1 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.2 lib/ckeditor/hooks/simple_form.rb
glebtv-ckeditor-4.0.1 lib/ckeditor/hooks/simple_form.rb