Re: Insert Anchor does not work

  •  12-27-2011, 3:02 PM

    Re: Insert Anchor does not work

    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:
     
    1. function ok() {  
    2.     if (variable != null) {  
    3.         editor.PasteHTML(variable);  
    4.     }  
    5.     do_Close()  
    6. }  
    The paste position is a bit higher then the cursor position. I have to mention I am using the editor in a tabcontainer. 
     
     
     
View Complete Thread