Displaying 1 result from an estimated 1 matches for "news_content_text_field_bg".
2013 Oct 30
3
Use of FCKEDITOR as normal text area
Hi all
I am trying to use Fckeditor as text 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...