Programmatically populate the Links dropdown

  •  09-29-2006, 8:18 AM

    Programmatically populate the Links dropdown

    When I program in links they don't show up, just the default links that are preset with CE ASP ver 5.2.
     
    'Programmatically populate the Links dropdown. 
    editor.LinksDropDownMenuNames = "website.com,Email address"
    editor.LinksDropDownMenuNames = "http://www.website.com/,mailto:name@website.com"
     
    Any ideas what is wrong?
     
    Thanks,
     
    John
     
View Complete Thread