module Ckeditor::Helpers::ViewHelper

Public Instance Methods

cktext_area_tag(name, content = nil, options = {}) click to toggle source
# 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