It's possible.
Please use the following code as an example:
function CE_attachEvent()
{
// get the cute editor instance
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
var images=editor1.all.tags("IMG");
var len=images.length;
for(var i=0;i<len;i++)
{
var img=images[ i ];
if(img.Command=="TabCode")
if(img.attachEvent)
img.attachEvent('onclick',HandleChange);
}
}
;" if(img.Command='="TabCode")'>
function HandleChange()
{
// get the cute editor instance
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
//Get the editor content
var editdoc=editor1.GetDocument();
alert(editdoc.body.innerHTML);
}
<INPUT type=button value="attach Event (onkeypress)" onclick="CE_attachEvent()">
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