Getting the CuteEditor Instance
In order to find the active editor, you would type:
// get the cute editor instance
var editor1 = document.getElementById('<%= Editor1.ClientID%>');
Getting the Active Editor Window
In order to find the active editor window, you would type:
// get the active editor window
var editwin = editor1.GetWindow();
Getting the Active Editor Document
In order to find the active editor document, you would type:
// get the active editor document
var editdoc = editor1.GetDocument();
Getting the Active Editor Selection
In order to find the active editor selection, you would type:
// get the active editor selection
var sel = editor1.GetSelection();
Extending CuteEditor with JavaScript API
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