Skip to Main Content

Title region

Breadcrumbs

Direction Right To Left Enabled

Enables or disables the Right To Left editor support.

Preview components

Click on the page component below to preview its configuration in the Oracle APEX page designer.

Initialization JavaScript Code

Alternatively, the rich text editor options can be set using the plug-in JavaScript Initialization Code.
function( pOptions ) {
  pOptions.direction = 'rtl'; // or 'auto', 'ltr'
  return pOptions;
}

Documentation

Read the documentation to learn more about the supporting dynamic action plug-in features.

Learn more

Languages using right to left direction enable RTL by default.

Global Page

The supporting dynamic action plug-in can be used on Oracle APEX global page to customize the plug-in across the application.

Live demo

Change Settings

Plug-in

About language support

When the Froala editor language is set to language using right to left direction, the plug-in automatically enables RTL support.