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