Skip to Main Content

Title region

Breadcrumbs

Add Buttons

Adds multiple buttons to the specified Froala toolbar group in the given position. The dynamic action must be created for the plug-in event UC Before Initialization.

Preview components

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

Settings

Plug-in

Action "Add Buttons"

A developer has to specify

  1. Froala toolbar group to be updated
  2. Comma-separated list of Froala buttons to be added
  3. Position of new buttons in the selected group (the first position is 1)

The action respects the following:

  1. multiple actions can be implemented within one dynamic action
  2. action supports attribute Wait For Result
  3. action supports attribute Stop Execution On Error

Dynamic action Change Toolbar

A dynamic action implementing the supporting plug-in must meet the following requirements:

  1. dynamic action must listen to the plug-in event UC Froala Before Initialization
  2. action must not be fired on initialization (page load)

Dynamic action can be implemented on Oracle APEX global page.