Im using tinyMCe for my project.Everything is working fine but now i want to restrict the number of character that will be insert into tinyMce text
tinyMCe
tinyMce
The solution below works good for me: 1 - in the html code of the textarea it is necessary to include the value of maxlength and id of textarea. 2 - in script part, code below. If you want, uncomment the alert() line, and put your message.