Sha256: e4d98fc7cca1d3372bc39613c6398d3932c8581c08f4630d01922a3775857efa
Contents?: true
Size: 377 Bytes
Versions: 9
Compression:
Stored size: 377 Bytes
Contents
:ruby js_data = { :jspath => javascript_path('ckeditor/init'), :base_location => '/ckeditor', :options => { :customConfig => javascript_path('ckeditor/config') } } = form.text_area field.method_name, field.html_attributes.reverse_merge(:data => { :richtext => 'ckeditor', :options => js_data.to_json }).reverse_merge({ :value => field.form_value })
Version data entries
9 entries across 9 versions & 1 rubygems