Skip to main content

Command Palette

Search for a command to run...

Oracle APEX 22.2

something to fix

Updated
1 min read
T

Databaseguy, Oracle Apex Lover

  1. The CKeditor changed to a newer Version so i need to change the Dynamic Action to set the Richtexteditor Item Type to read only
//apex.item('P4040_RICHTEXT').getEditor().isReadOnly = true;
// Apex 22.2 - ckeditor change
apex.item('P4040_RICHTEXT').getEditor().enableReadOnlyMode( 'my-lock-id' );

https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editor-Editor.html#function-enableReadOnlyMode

APEX Implemented Correctly? YES/NO?

Part 28 of 28

The series is a exploration of Oracle APEX settings and configurations, focusing on ensuring they are optimized and aligned with best practices.

Start from the beginning

Application - Utilities - Database Object Dependencies (Dependency Scan)

APEX 24.2.10