diliprss,
1. If you want to show word count within Cute Editor and you cannot find it. You may set the following property to false.
Editor.ShowWordCount Property
Specifies whether the Word Count toolbar appear.
2. If you want to get word count by yourself, please retrieve the content of CuteEditor as HTML then count it youself.
getHTML() |
This method is used for retrieving the content of CuteEditor as HTML.
Example:
// get the cute editor instance var editor1 = document.getElementById('<% = Editor1.ClientID%>');
// retrieving the content of Cute Editor as HTML var content = editor1.getHTML(); alert(content ); |
Hope it helps.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx