It looks like you’re browsing an old version of Froala. Please go to the newer version of our docs for a more updated version.
Language
Editor Direction
The rich text editor has full RTL support. Set the direction option to rtl and writing in Arabic or Farsi will feel naturally.
HTML
<div id="froala-editor"> <p>The rich text editor has full RTL support. Set the <a href="../docs/options#direction" title="direction option" target="_blank">direction</a> option to rtl and writing in Arabic or Farsi will feel naturally.</p> </div>
JAVASCRIPT
<script> $(function() { $('div#froala-editor').froalaEditor({ direction: 'rtl' }) }); </script>