Sha256: 2f2877e7ef6e9ccde52f8d0cd56b67be6c793eb0fd58b4613bbadbe98486883c

Contents?: true

Size: 340 Bytes

Versions: 20

Compression:

Stored size: 340 Bytes

Contents

module Ckeditor
  class CustomFormBuilder < Formtastic::SemanticFormBuilder

    private

    def ckeditor_input(method, options)
      html_options = options.delete(:input_html) || {}
      self.label(method, options_for_label(options)) <<
      self.send(:ckeditor_textarea, sanitized_object_name, method, html_options)
    end
  end
end

Version data entries

20 entries across 20 versions & 5 rubygems

Version Path
dust-ckeditor-3.5.0 lib/ckeditor/formtastic.rb
hifi-ckeditor-3.5.2 lib/ckeditor/formtastic.rb
hifi-ckeditor-3.5.1 lib/ckeditor/formtastic.rb
artemk-ckeditor-3.5.5 lib/ckeditor/formtastic.rb
ckeditor-jess-3.4.3 lib/ckeditor/formtastic.rb
ckeditor-3.5.0 lib/ckeditor/formtastic.rb
artemk-ckeditor-3.5.4 lib/ckeditor/formtastic.rb
artemk-ckeditor-3.4.4 lib/ckeditor/formtastic.rb
artemk-ckeditor-3.4.3 lib/ckeditor/formtastic.rb
ckeditor-3.4.3.pre lib/ckeditor/formtastic.rb
ckeditor-3.4.3 lib/ckeditor/formtastic.rb
ckeditor-3.4.2.pre lib/ckeditor/formtastic.rb
ckeditor-3.4.2 lib/ckeditor/formtastic.rb
ckeditor-3.4.1.pre lib/ckeditor/formtastic.rb
ckeditor-3.4.1 lib/ckeditor/formtastic.rb
ckeditor-3.4.0 lib/ckeditor/formtastic.rb
ckeditor-3.4.0.pre lib/ckeditor/formtastic.rb
ckeditor-3.3.2 lib/ckeditor/formtastic.rb
ckeditor-3.2.4 lib/ckeditor/formtastic.rb
ckeditor-3.2.3 lib/ckeditor/formtastic.rb