Symo: Finally fixed this after several hours of forum searching and trial and error (the documentation on the client scripting side of things is virtually non-existant). You need to call 'FocusDocument' prior to doing the paste as the editor window seems to lose focus.
i.e.:
function test()
{
var ed = document.getElementById('<%= Editor1.ClientID%>');
ed.FocusDocument();
ed.PasteHTML('this is a test');
}
Thanks for the input. We will add this into the document.
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