i have used regular expression validation on the textarea: http://lpicquet.wordpress.com/2009/10/22/limiting-the-textarea-size-in-forms/
You will have to write custom code to filter the HTML tags from the tinymce textarea and count the allowed characters and numbers.
Hi All,I have tinyMCE textarea with replicant. Now i want to set maxlength for these textarea replicant. Is it possible to set maxlength for the textarea by excluding all the html tags created by tinyMCE.How to fix the maxlen function here? Is there is any way to fix it?
Thanks for your help. did your validation removes all the html tags formed by tinyMCE. If not how can i remove the HTML tags and then limit the characters?