Sha256: 43aeac008ef3090254c11009d38f7add99d1557d2182310ebd2f88023d042268
Contents?: true
Size: 550 Bytes
Versions: 12
Compression:
Stored size: 550 Bytes
Contents
if (Object.const_defined?("Formtastic") && Gem.loaded_specs["formtastic"].version.version[0,1] == "2") class RichInput < ::Formtastic::Inputs::TextInput def to_html scope_type = object_name scope_id = object.id editor_options = Rich.options(options[:config], scope_type, scope_id) input_wrapping do label_html << builder.text_area(method, input_html_options) << "<script>CKEDITOR.replace('#{dom_id}', #{editor_options.to_json.html_safe});</script>".html_safe end end end end
Version data entries
12 entries across 12 versions & 2 rubygems