Skip to Main Content

Title region

Breadcrumbs

Remove Buttons From Group

Removes multiple buttons from the selected Froala toolbar group. The dynamic action must be created for the plug-in event UC Before Initialization.

Component preview

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 Buttons From Group

Plug-in

Action "Remove Buttons From Group"

A developer has to specify

  1. Froala toolbar group to be updated
  2. Comma-separated list of Froala buttons to be removed

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.