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!

Executing Javascript for Rich text editor field onchange event

xarg-XrcFeb 16 2014 — edited Feb 20 2014

Hi,

I have a piece of javascripts which alerts users when they try to deviate from a page with unsaved changes (if they modify any fields in a form). The code works for all types of fields except rich text editors.

I think the reason might be (not 100% sure) is that the form element when users type in their changes it goes into nested html document inside a iframe, and my jQuery onchange event doesn't fire off for any changes inside a nested html document.

Dynamic actions also do not work if you create a simple Rich text area and write javasscript codes to fire during onchange events.

Would be grateful if someone can suggest a way to make my onchange events work Rich Text Editor fields.

I am using Apex 4.2.2, Theme 26.

The field is Rich Text Editor of type CKEditor3, Toolbar = Intemediate.

This post has been answered by jariola on Feb 16 2014
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 20 2014
Added on Feb 16 2014
2 comments
1,076 views