Module: Ckeditor::Helpers::ViewHelper

Defined in:
lib/ckeditor/helpers/view_helper.rb

Instance Method Summary collapse

Instance Method Details

#cktext_area_tag(name, content = nil, options = {}) ⇒ Object



6
7
8
# File 'lib/ckeditor/helpers/view_helper.rb', line 6

def cktext_area_tag(name, content = nil, options = {})
  TextArea.new(self, options).render_tag(name, content)
end