Displaying 1 result from an estimated 1 matches for "toolbarset".
Did you mean:
toolbars
2008 Nov 26
3
fckeditor_textarea
hi, i am currently using rails version 2.2.2.
and using fckeditor_textarea.
here is the code:
<%= fckeditor_textarea(:emailcontent,:body, {:toolbarSet => ''Basic'',
:width => ''100%'', :height => ''100%''}) %>
where emailcontent is the model(object) name,
and body is method.
but it''s not working,however same code is working in any version below
2.2.2.
The error i...