Is there a way to count the characters in the text input area when using the embedded object? It's trivial to do when using the <textarea> element, but not so much so when using the editor object.
Does anyone have any thoughts? (btw, I'm new to the FCKeditor)
Does anyone have any thoughts? (btw, I'm new to the FCKeditor)
RE: A way to count characters?
Would it then be possible to to count characters of the hidden field value? My only problem with this is where I would attach the event. Usually I would have an onChange event attached to the form field, but if the form fields are not creaetd until runtime I am not sure where to add the event.
These are my thoughts!
RE: A way to count characters?
You could count the characters on submit of the form.
RE: A way to count characters?