Skip to Main Content

Title region

Breadcrumbs

Allow Image Pasting From Clipboard

Enables or disables the possibility to paste images from the clipboard.

Preview components

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

Initialization JavaScript Code

Alternatively, the rich text editor options can be set using the plug-in JavaScript Initialization Code.
function( pOptions ) {
  pOptions.imagePaste = true;  
  return pOptions;
}

Documentation

Read the documentation to learn more about this feature.

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

Plug-in configuration

Plug-in

Dynamic action requirements

The dynamic action implementing Allow Image Pasting From Clipboard must listen to the plug-in event UC Froala Before Initialization.

An example image

  1. Enable or disable Allow Image Paste from Clipboard using radio item in the region above
  2. Click on the image below
  3. Copy it to the clipboard using CTRL + C
  4. Paste it from the clipboard using CTRL+V