项目地址:
http://rubyforge.org/projects/fckeditorp
安装:
ruby代码
  1. rake fckeditor:install  
引入js:
ruby代码
  1. <%= javascript_include_tag :fckeditor %>  
使用:
ruby代码
  1. <%= fckeditor_textarea("object""field", :width => '100%', :height => '500px') %>  

相关文章: