Oracle APEX 22.2

something to fix

  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' );

ckeditor.com/docs/ckeditor5/latest/api/modu..