标签: ruby-on-rails plugins fckeditor
我的视图页面中有一个textarea,我使用rails fckeditor插件将其转换为WYSIWYG编辑器。我需要设置textarea的默认值。怎么可能。我写得这样..请帮忙
<%= fckeditor_textarea :reminder, :body,:lang => I18n.locale,:langdir => (rtl? ? 'rtl' : 'ltr') %>