Search

You searched for the word(s):
Showing page 8 of 8 (72 total posts) < 1 second(s)
  • Re: PasteHTML not working correctly

    My Javascript code follows.&nbsp;&nbsp; The PasteHTML puts the string at the beginning of the editor's content, regardless of the original position of 'selectedhtml' &nbsp; &nbsp; var editor1 = document.getElementById(''); var editor1doc = editor1.GetDocument(); var selectedhtml = ...
    Posted to Cute Editor for .NET (Forum) by rockford on April 19, 2007
  • PasteHTML not working correctly

    In our application, we need to paste content around the user's selection in the editor.&nbsp; In 5.3, the PasteHTML command used to do this worked correctly, but in 6.0 the PasteHTML ends up putting my content and the user's embedded selection at the top of the editor, regardless of its initial position.
    Posted to Cute Editor for .NET (Forum) by rockford on April 19, 2007
« First ... < Previous 4 5 6 7 8