Overview of ExecCommand possibilities

  •  06-21-2005, 8:50 AM

    Overview of ExecCommand possibilities

    Hello,
     
    I have written my own custom dialog for selecting some special documents.
    When the user selects an entry and clicks on "insert" I want some html-Link to be inserted. Of course I could use
     
    editor.ExecCommand("PasteHTML",false,'here goes the link');
     
    But what if the User has already selected some text in the Editor. Then his selection will be deleted. How to avoid this?
     
    Thanks
    Juergen
View Complete Thread