Skip to Main Content

Title region

Breadcrumbs

Browser spell-check

Enable or disable browser built-in spell-check.

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.spellcheck = true;
  return pOptions;
}

Documentation

Read the documentation to learn more about this feature.

3rd party plug-in

The plug-in can be integrated with 3rd party plug-in WProofreader Spelling and Grammar Checker.

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

Dynamic action configuration

Plug-in

A browser built-in spell-check

When browser spell-check is enabled a browser highlights incorrect words in the quote below.

Thiss sentance containz multible spellinng mistekes.

About 3rd party plug-in

This sample application implements example integration  of Froala with 3rd party plug-in WProofreader Spelling and Grammar Checker.