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!

need to prevent CKEditor 4 in Apex 5 from auto-correcting

ShaneBNov 2 2016 — edited Nov 8 2016

We have a CMS-type feature in our application where users can inject HTML above and below the meat of our ApEx pages.  We use the Rich Text Editor item type (CKEditor 4) to allow them to enter HTML for the top (or towards the top) of the page and for the bottom of the page.  There are several instances where we want to start a div tag in the "top" WYSIWYG editor and put the closing div tag in the "bottom" WYSIWYG editor.  Every time we try to do this however, the editor automatically inserts a closing div tag into the "top" WYSIWYG editor.  Is there a way to tell the WYSIWYG editor to stop auto-correcting the HTML we put into the WYSIWYG editors?

I see there is a config.js file for CKEditor 4 on the application server that I can update.  I cannot however figure out if there's a config setting to do this in CKEditor 4 or perhaps I won't even be able to do this because of how ApEx is rendering the WYSIWYG editors on the page, perhaps overriding whatever I put into the config file.

Shane.

This post has been answered by ShaneB on Nov 4 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 2 2016
Added on Nov 2 2016
3 comments
1,135 views