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.
Examples
Text Direction
The rich text editor has full RTL support. Writing in Arabic or Farsi will feel naturally. Even the toolbar changes to give it the perfect feel.
HTML
<div id="eg-text-direction" class="text-small"> <p>The rich text editor has full RTL support. Writing in Arabic or Farsi will feel naturally. Even the toolbar changes to give it the perfect feel. </p> </div>
JAVASCRIPT
<script> $(function() { $('div#eg-text-direction').editable({ inlineMode: false, direction: 'rtl' }) }); </script>