|
I am trying to edit a FCK editor and searching the web, gives the solution of using Runscript.
I have used it as -
runScript("CKEDITOR.instances['unitIntroText'].setData('<p>PRIYA</p>')",null); with the intent of typing 'PRIYA' in the editor 'unitIntroText.
I can see that mouse activates the editor but nothing is being edited.
What am I missing here ?
Thanks!
Priya
|