Rails的富文本编辑器插件fckeditorp

项目地址:
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') %>  
posted @ 2009-07-13 10:23  麦飞  阅读(501)  评论(0编辑  收藏  举报