Skip to Main Content

Title region

Breadcrumbs

Add Button

Adds the selected Froala button to the specified toolbar group in the given position. 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.

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 Button"

A developer has to specify

  1. What toolbar group will be affected
  2. What button from the select list will be added
  3. At what position will a button be added (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.