Links dropdown

  •  07-07-2006, 5:12 AM

    Links dropdown

       I have a links dropdown which I populate programatically. However, when an item is added to the editor I want the label to shown instead of the underlying link. I can't seem to find how to do this with CuteEditor.
     
    For instance when I have the label "Google" and the link " www.google.com ", then I want to have the following inserted into the editor: <a href="www.google.com">Google</a>
     
    Could someone help me out?
View Complete Thread