>>This GetDoument function returns editor's html, but i need editor's Text, for example: whatever user is writing only that contents, not the html... like i am writing you this message, i only need to get this content not with the html code...
Please use the following code to get HTML code first.
// get the cute editor instance
var editor1 = document.getElementById('<%=editor.ClientID%>');
// Get the editor HTML
document.getElementById("myTextArea").value = editor1.getHTML();
Then extract the Plain Text from the above HTML code.
>>another very important thing is that, i played with the provided demo.. but its not working when i press a key with ctrl or shift key.. i really need the resolution of this problem urgently.. please suggest something in this regard...
Click the Attach Event button then do key press to test this example.
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