Skip to Main Content

Title region

Breadcrumbs

Show Current Font Size Selection

Enables or disables the current font size preview for the cursor position in the editor's working area. The dynamic action must be created for the plug-in event UC Before Initialization.

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.fontSizeSelection = false;
  return pOptions;
}

Documentation

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

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

This paragraph's font size is set to 24px

This paragraph's font size is set to 18px

This paragraph's font size is set to 14px

This paragraph's font size is set to 12px

This paragraph's font size is set to 10px

This paragraph's font size is set to 8px