Hi,
I would like to know how can I attach an event like 'mousedown' to the editor textarea so that whenever I click on the editor textarea, the event is called and it's respective function executed.
Thanks.
Vikram.
I would like to know how can I attach an event like 'mousedown' to the editor textarea so that whenever I click on the editor textarea, the event is called and it's respective function executed.
Thanks.
Vikram.
Re: Attach an event to the editorarea
Re: Attach an event to the editorarea
perfect: with your help i understand now, how to catch the mousedown event. What about all the other possible events? Where can i find al list of all catchable events? I.e OnSelectionChange (in old fckeditor).
robert
Re: Attach an event to the editorarea