Search

You searched for the word(s):
< 1 second(s)
  • Re: PasteHTML issue

    Ok, still struggling.&nbsp; I've upgraded to version 5.1 and&nbsp;have replaced insertHTML with PasteHTML.&nbsp; Works fine but it still inserts at the beginning of the document from the popup window I've created.&nbsp; I'm assuming that it's a loss of focus.&nbsp; Is there any way around this?&nbsp; Also, is there a good downloadable reference ...
    Posted to Cute Editor for ASP (Forum) by Rauco on April 25, 2006
  • Re: PasteHTML issue

    I'll try the new version.&nbsp; I tried again and it still inserts at the beginning of the text, both from the same page or from the popup window that I eventually want to use. &nbsp;
    Posted to Cute Editor for ASP (Forum) by Rauco on April 19, 2006
  • Re: PasteHTML issue

    Will upgrading fix this problem?&nbsp; I really need this to insert at cursor position for a custom image gallery.
    Posted to Cute Editor for ASP (Forum) by Rauco on April 19, 2006
  • Re: PasteHTML issue

    That works correctly, but inserts at the beginning of text, not at the cursor.&nbsp; Is there a command that I can precede that with to tell it to insert at cursor position?
    Posted to Cute Editor for ASP (Forum) by Rauco on April 18, 2006
  • Re: PasteHTML issue

    I'm using version 4.2.&nbsp; This is the code I use to create the object: &nbsp; &lt;%&nbsp;Dim objEditor&nbsp;Set objEditor = New CuteEditor&nbsp;objEditor.ID = ''Editor1''&nbsp; ....
    Posted to Cute Editor for ASP (Forum) by Rauco on April 17, 2006
  • PasteHTML issue

    I'm trying to insert into CE from using the PasteHTML function.&nbsp; InsertHTML works correctly, but I need the text to be instered at the cursor location.&nbsp; When I issues something as simple as&nbsp;obj_Editor1.PasteHTML(''This is a test''); I receive Object doesn't support this property or method. &nbsp; Thanks in advance
    Posted to Cute Editor for ASP (Forum) by Rauco on April 17, 2006