jquery - Getting wordcount when using tinymce -


I'm using the tinymce editor on textarea. I am able to initialize the text editor but now I want to get wordcount in the text editor on the key press. When the user types the word, then there is an easy way to use that word quota.

Very easy, there is already a plugin for this.

Example:

  tinymce.init ({plugins: "wordcount"});           There are many resources from here. View this:  


Comments

Popular posts from this blog

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -

c++ - Redefined variable in the other module -

c# - The item with identity 'Id' already exists in the metadata collection. Parameter name: item -