Displaying 3 results from an estimated 3 matches for "fckeditor_textarea".
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...
2013 Oct 30
3
Use of FCKEDITOR as normal text area
...xt area to send mails.here is my code
<% remote_form_for :send_sms,
:before => "Element.show(''loader'')",
:success => "Element.hide(''loader'')" do |sms| %>
<div id="news_content_text_field_bg">
<%= fckeditor_textarea :send_sms, :message,:lang => I18n.locale,:langdir =>
(rtl? ? ''rtl'' : ''ltr'') %></div>
<%= submit_tag "#{t(''send_sms'')}",:class=>''submit_button'' %>
<% end %>
But here as the form name is...
2009 Jan 31
1
fckeditor and rails 2.2.2
Hi there
after I upgraded to rails 2.2.2, i got the error -> undefined
fckeditor_textarea method
while it works fine on rails 2.1.0
any idea?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@p...