New Froala Editor v5.2.0 is here – Learn More
Froala Documentation
- Installation Guides
- Browser Support
- Languages Support
- Shortcuts
- Activation
- Examples
- Customize the Editor
- Use-cases
- Plugins
- APIs
- Development Frameworks
- Server Integrations
- Server SDKs
- Migration Guides
- Changelog
- Tutorials
Set Editor Direction
Editor Direction
Try it yourself:
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>
new FroalaEditor('div#froala-editor', {
direction: 'rtl'
})
</script> Whats on this page hide
