Displaying 1 result from an estimated 1 matches for "langdir".
Did you mean:
landir
2013 Oct 30
3
Use of FCKEDITOR as normal text area
...d_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 send_sms I used the same name for fckeditor I
am un...