Days
Hours
Minutes
Seconds
x

Froala Editor v4.3 is hereLEARN MORE

Skip to content

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>