Skip to Main Content

Title region

Breadcrumbs

Allow Resizing Image With Mouse

Enables or disables the possibility to resize images in the rich text editor using a mouse.

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.imageResize = 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

Change Settings

Plug-in

Click on the image, start resizing an image by dragging an image corner box.