Great, let me know when the problem is fixed!
I've got another problem conerning insert text into the editor. When I make my own dialog for inserting a link or an anchor, the positioning of the inserted text gets mixed up.
This is het code I use:
- function ok() {
- if (variable != null) {
- editor.PasteHTML(variable);
- }
- do_Close()
- }
The paste position is a bit higher then the cursor position. I have to mention I am using the editor in a tabcontainer.