Sha256: d470e00f83839744c2d970611d587f2c3020e0167265a5221126aa1ed39a44ae
Contents?: true
Size: 354 Bytes
Versions: 2
Compression:
Stored size: 354 Bytes
Contents
module AbAdmin module Views module Inputs class CkeditorInput < ::SimpleForm::Inputs::Base def input(wrapper_options=nil) input_html_options.reverse_merge!({width: 800, height: 200, data: {cdn_url: Ckeditor.cdn_url}}) @builder.cktext_area(attribute_name, input_html_options) end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ab_admin-0.11.0 | lib/ab_admin/views/inputs/ckeditor_input.rb |
ab_admin-0.10.0 | lib/ab_admin/views/inputs/ckeditor_input.rb |