I would like to put in a small counter next the FCKEditor which gets updated with the number of maximum characters that can be typed. I dont want to use the server side onChanging to update this label but rather would like to use javascript to handle the onkey events and update the label. But i am not unable to call setAction on FCKEditor as it is not a XulElement.
Is there any anyway i can achieve this effect on the client side?