Limit the number of character in tinyMCE

后端 未结 16 1127
心在旅途
心在旅途 2020-11-29 07:44

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

16条回答
  •  抹茶落季
    2020-11-29 08:08

    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.

    
    
                                     
                  
    提交回复
热议问题