Skip to Main Content

Title region

Breadcrumbs

Remove Button From Group

Removes the selected Froala button from the specified Froala toolbar group. 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

Remove Button From Group

Plug-in

Action "Remove Button From Group"

A developer has to specify

  1. Froala toolbar group to be updated
  2. Froala button to be removed from the selected group

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.