Dear all
I installed the FCKeditor plugin following this post
http://blog.caronsoftware.com/2006/08/07/fckeditor-plugin-for-rails
i put this in the view
<%= fckeditor_textarea :company, :description, :height => ‘300’ %>
I restarted my server and I got a small rectangle in the view unlike
the test page of the plugin
any idea how to get it running
Thanks
hi
make sure you have included the js properly…Else the code written for
display is proper.
thanks
Dhaval P.
Software Engineer
sales(AT)railshouse(DOT)com
Shuaib Z. wrote:
Dear all
I installed the FCKeditor plugin following this post
http://blog.caronsoftware.com/2006/08/07/fckeditor-plugin-for-rails
i put this in the view
<%= fckeditor_textarea :company, :description, :height => ‘300’ %>
I restarted my server and I got a small rectangle in the view unlike
the test page of the plugin
any idea how to get it running
Thanks
try this
<%= fckeditor_textarea :company, :description, :toolbarSet =>
‘Simple’ :width => ‘600px’, :height => ‘300px’ %>
I am not sure how to do that. I saw the page source code and i saw the
lines related to java script
On Jun 23, 4:55 pm, Dhaval P. [email protected]
Thanks
but nothing has changed
this is what i get from the page source