MaartenMax:
Hi Adam,
I know this example. It's server side, that's fine.
But how do I prevent the InsertImage dialog to popup then?
Just set the return value to false. It will stop the command automatically.
<script language="JavaScript" type="text/javascript" >
function HandleEditorCommand(editor)
{
if(event.command.toLowerCase()=='insertimage')
{
alert("The Command Captured By the script function : HandleEditorCommand");
//tell the CuteEditor don't handle it .
event.returnValue=false;
}
}
</script>
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