Browse by Tags

All Tags » Cursor Position PastHTML
  • PasteHTML issue

    I am using PasteHTML in javascript to insert a block of HTML code in to the editor that contains a table.    This is the javascript code:   var edtEmail = document.getElementById('<%= edtEmail.ClientID %>'); edtEmail.ExecCommand('PasteHTML', false, arg.html); The problem is that if I insert another table, the html ...
    Posted to Cute Editor for .NET (Forum) by syedrazi on November 7, 2011
  • PasteHTML happens at incorrect Cursor position

    I saw some posts about modal dialogs, but did nto see anything that seemed related specifically to the following issue.  We are upgrading from an older version to 6.6 and some of out existing code is not working properly with CE.  In our application we have custom buttons some which pasteHTML, open wizards, and context menus.  ...
    Posted to Cute Editor for .NET (Forum) by aml01 on January 12, 2011