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!

Reaching Rich Text Editor from JavaScript

Erkan HaspulatAug 16 2010 — edited Aug 17 2010
Hi everyone, I'm having some trouble with the Rich Text Editor. I have an item on a page - P4_CONTENT . It's a rich text editor, and I'm trying to set some text in it from JavaScript.
...
content = document.getElementById('P4_CONTENT');
content.value = ajaxResult;
This is what I've been trying. It works with the regular textarea, but I wasn't able to do it with rich text editor. ajaxResult is guaranteed to hold some text value.
I'm working on 4.0.1.00.03 version, on apex.oracle.com.
Any help is aprreciated.

Edited by: Erkan Haspulat on 16-Aug-2010 04:24
This post has been answered by Patrick Wolf-Oracle on Aug 16 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2010
Added on Aug 16 2010
7 comments
1,543 views