Hi All,
I am FCKEditor in my project. So i need to access text entered in FCKEitor using javascript. I am using following line of code to access text entered in FCKEditor
parent.document.getElementById('FCKEditor1_Frame').contentWindow.document.getElementById('xEditingArea').innerHTML.
But i am not getting the value. My actual requirement is user goes on entering text in FCKEditor. Here i have one plugin called Quicktext combo box in my FCKEditor. So while entering text at some position user can change the text in the combo. So that text needs to be placed where the cursor is blinking. Please help me out in solving this problem.
Regards,
Srinivas Allamkam
I am FCKEditor in my project. So i need to access text entered in FCKEitor using javascript. I am using following line of code to access text entered in FCKEditor
parent.document.getElementById('FCKEditor1_Frame').contentWindow.document.getElementById('xEditingArea').innerHTML.
But i am not getting the value. My actual requirement is user goes on entering text in FCKEditor. Here i have one plugin called Quicktext combo box in my FCKEditor. So while entering text at some position user can change the text in the combo. So that text needs to be placed where the cursor is blinking. Please help me out in solving this problem.
Regards,
Srinivas Allamkam
