Browse by Tags

All Tags » PasteHTML
  • FixRangePasteBug error in PasteHTML

    Using the current asp.net demo version of CuteEditor, win8, IE10, vs2012.   Example code:   <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Cutest._Default" %> <%@ Register TagPrefix="CE" Namespace="CuteEditor" ...
    Posted to Cute Editor for .NET (Forum) by Symo on November 6, 2013
  • IE9 issue with pasteHTML on existing images

     I'm having an issue with calling pasteHTML on existing images in IE9.   For example, on the CuteEditor demo at http://cutesoft.net/example/javascript-api.aspx, if you select one of the images and click insert HTML it should replace the image with the text "This is a test!" Instead, it will just delete the ...
    Posted to Cute Editor for .NET (Forum) by sohil on November 7, 2012
  • 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
  • Javascript not populated from template selection using PasteHTML Method

    Hi, We are using the cute editor for .net for creating message template in our project. In our application we have a set of predefined forms which has HTML text as well as javascript code. All these forms are created and saved as form templates in the cute editor file system. While creating the new message template, we can choose from any of ...
    Posted to Cute Editor for .NET (Forum) by bikrambhuyan on October 5, 2010
  • PasteHTML doesnt work properly in IE7 when using the breakelement.BR

    Hi There, PasteHTML works fine in Firefox, however when you use PasteHTML in IE7, the pasted text is always after all the BR's in front of the next text.  Can someone please look into this, this is some critical functionality we are looking for.  The example below in IE7 causes the behavior. 1. Use the code below.2. Put your ...
    Posted to Cute Editor for .NET (Forum) by mreric on July 28, 2010