Re: Programmatically populate the Links dropdown

  •  09-29-2006, 12:31 PM

    Re: Programmatically populate the Links dropdown

    In your "CuteEditor for ASP 5.2 Developer Guide.chm" you have a typo under "Links dropdown Customization"
    Your code example shows twice: editor.LinksDropDownMenuNames = "...."

    The second one needs to be changed to: "editor.LinksDropDownMenuList = "..."
     
    Your code example in your dev. Guide should read:
     
           'Programmatically populate the Links dropdown. 
           editor.LinksDropDownMenuNames = "CuteSoft,Mail to us,Yahoo.com"
           editor.LinksDropDownMenuList = http://cutesoft.net/,mailto:support@CuteSoft.Net,http://www.yahoo.com/
     
    John
     
     
     
View Complete Thread