Re: How to use LinkTree

  •  04-22-2013, 9:12 PM

    Re: How to use LinkTree

    Hi Ken - thanks for your reply.

     

    I will back up a step and ask if there is a difference between a TreeDropdown (linktree) and a dropdown?  These are both from the common.config file

     

    Treedropdowns not shown in any working examples? 

    1. <treedropdowns>  
    2.     <LinkTree>  
    3.         <item text="Msdn.microsoft.com" Selectable="False">  
    4.             <html><![CDATA[Msdn.microsoft.com <img border=0 align='absMiddle' src='http://cutesoft.net/data/msdn16.gif' />]]>

    Normal dropdowns that are used in the examples

     

    1. <Links>  
    2.     <item text="CuteSoft" value="http://cutesoft.net/">  
    3.         <html><![CDATA[<img border=0 align='absMiddle' src='http://cutesoft.net/data/signature.gif' /> CuteSoft]]></html>  
    4.     </item>  

    It appears to me that there are two different controls.  

    The page you directed me to works for the dropdown, but I don't see any examples of a "TreeDropdown/LinkTree".  The page you reference shows code for a standard dropdown, and the image shows what I'm guessing is the "LinkTree" version. 

     

    Thanks for your help clearing this up,

    Paul 

View Complete Thread