asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp 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
var editor1 = document.getElementById('CE_Editor1_ID');
var editwin = editor1.GetWindow();
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();