Using button to insert HTML at cursor location

  •  12-13-2005, 7:31 PM

    Using button to insert HTML at cursor location

    Why is the text/html inserted at the top of the document? I would like it to be inserted at the location of the cursor. Here is my code, please help!
     
    editor.CustomAddons = "<span title=""Custom Addons"" class=""button"" onclick=""_Format(obj_Doc_QotText,'insertHTML','html code');"" type=""btn"" border=""0""> Insert </span>"
View Complete Thread