Skip to Main Content

Title region

Breadcrumbs

Track Changes

Experience seamless change tracking within the rich text editor with this free 3rd party plug-in. Empower end-users to highlight, accept, or reject content modifications effortlessly. Keep your editing process streamlined and efficient, ensuring precise control over every edit.

Configuration

Enabling and configuring track changes is available through the plug-in attributes Initialization PL/SQL and Initialization JavaScript Code.

Initialization PL/SQL
UC_FROALA_RTE.g_plug_trackchanges_enable := true;                                    -- or false to disable Track Changes;
UC_FROALA_RTE.g_plug_trackchanges_group  := UC_FROALA_RTE.c_toolbar_group_paragraph; -- or c_toolbar_group_text, c_toolbar_group_rich, c_toolbar_group_misc;
UC_FROALA_RTE.g_plug_trackchanges_pos    := 1;                                       -- Integer value
Initialization JavaScript Code
function( pOptions ) {
  pOptions.trackChangesEnabled = true; // or false to disable the plug-in on initialization;
  pOptions.showChangesEnabled  = true; // or false to disable highlighting changes on initialization;

  return pOptions;
}

Preview components

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

Documentation plug-in

Read the plug-in and Froala documentation to learn more about this 3rd party plug-in integration with APEX.

Other plug-ins

See other 3rd party plug-ins.

Live demo

3rd party plug-in configuration

Initialization PL/SQL Code
Initialization PL/SQL Code
Integer
Initialization PL/SQL Code
Initialization JavaScript Code
Initialization JavaScript Code

Plug-in

This example includes a guided tour showcasing the track changes functionalities.
Image to remove when exploring guided tour