Railsリッチテキストエディタプラグインfckeditorp


プロジェクトの住所:
http://rubyforge.org/projects/fckeditorp
インストール:

rake fckeditor:install
Jsを導入:

<%= javascript_include_tag :fckeditor %>
使用:

<%= fckeditor_textarea("object", "field", :width => '100%', :height => '500px') %>