I need to limit the amount of characters in CKEditor.
I followed the step by step of this topic: Limit text in CKEDITOR
But it did not work. Below the changes made to my code:
<textareaid="desc" name="desc" data-maxlen="10" rows="7" cols="45"</textarea>
The ckeditor works, but the plugin does not.
Ps. I also tried to add the "maxlenght" folder inside this plugin folder. It also did not work.
Something wrong with your implementation?
Another question: How does this plugin work? it does not let pass the characters of the chosen quantity? or does it display error after submitting the form?
Thank you in advance.