search for: ckeditor_textarea

Displaying 2 results from an estimated 2 matches for "ckeditor_textarea".

Did you mean: fckeditor_textarea
2010 Jul 12
0
Having problem with ckeditor rubygem
...running rails 2.8.3 and have followed the steps in the README file for the gem. Everything seems to run without error through the <%= javascript_include_tag :ckeditor %> - except that to make it work I have to replace :ckeditor with "ckeditor". When I try to use the helper: <%= ckeditor_textarea("object", "field", :width => ''100%'', :height => ''200px'') %> (I''m copying it verbatim from the documentation and will tailor it after I have it generating the editor), it fails with the following error message: undefined m...
2011 Jul 01
0
trouble with rails-ckeditor gem "form_tag"
Hi All, I am trying to use the rails-ckeditor gem and running into some problems. It is working fine for FORM_FOR but when implimenting on FORM_TAG, it giving errot "undefined method `ckeditor_textarea_tag'' for #<#<Class:0x9180348>:0x917e848>". My view field is <%= ckeditor_textarea_tag :msg, :toolbar=>''Full'', :width => ''100%'', :height => ''200px'' %> Here i c''t put <%= ckeditor_textarea(&qu...