Oracle APEX 22.2
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').g...
yaitcon.hashnode.dev1 min read