Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to use the inline feature using tinymce rich text editor

user12010979Mar 14 2024

I have a rich text editor item and selected tinyMCE as the library. I'd like to use the inline feature but can't seem to get it to work. If I try to initialise it using options.editorOptions.inline = true; I get an error saying “Cannot read properties of null (reading 'removeAttribute').” The documentation for tinyMCE says to call “inline : true” which, obviously is used if you're using the tinyMCE libraries directly.

Does anyone know what the initialisation command should be? Or even if it's included in the Apex version of tinyMCE?

Comments
Post Details
Added on Mar 14 2024
1 comment
335 views