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