Hi All
Am trying to code against the fckeditor and am facing some trouble catching events.
1. I would like to catch event while the user is editing the fckeditor content
I used onChange event to solve the problem but this event is fired only when the editor looses focus.
What I want is the event get triggered immediately on content Edit.. Is there any "onEdit()" Event???
2. My second problem is to catch when the user has selected a word in the editor ( by selecting or double click)
Is this possible? How can i do this?
Am not a javascript guru... Please somebody help me out!
-nat
Am trying to code against the fckeditor and am facing some trouble catching events.
1. I would like to catch event while the user is editing the fckeditor content
I used onChange event to solve the problem but this event is fired only when the editor looses focus.
What I want is the event get triggered immediately on content Edit.. Is there any "onEdit()" Event???
2. My second problem is to catch when the user has selected a word in the editor ( by selecting or double click)
Is this possible? How can i do this?
Am not a javascript guru... Please somebody help me out!
-nat
Re: onEdit Event
I can't believe this is not possible! Since more than a week, am fighting to produce this effect but it seems this is not possible with FCKeditor... Am I right?
What I want is to detect when user pressed key down or whether his writing in the editor area.
If you think this could be made, why don't you show me the path?
Thank you all for your contribution in this forum.
-nat