Re: How to use LinkTree

  •  05-06-2013, 12:22 PM

    Re: How to use LinkTree

    Hi  accounet,

     

    This is the link tree dorpdown list. You can edit it in file "cuteeditor_files\Configuration\Shared\Common.config", the section below.

     

    Here is the document which shows you how to custom the link tree dropdown http://cutesoft.net/asp/document/scr/Links_dropdown_Customization.htm

     

    1. <LinkTree>  
    2.   <item text="Msdn.microsoft.com" Selectable="False">  
    3.     <html>Msdn.microsoft.com</html>  
    4.     <item text=".NET Framework" value="http://msdn.microsoft.com/netframework/">  
    5.       <html>.NET Framework</html>  
    6.     </item>  
    7.     <item text="ASP.NET Home" value="http://msdn.microsoft.com/asp.net/">  
    8.       <html>ASP.NET Home</html>  
    9.     </item>  
    10.   </item>  
    11.   <item text="Yahoo.com" Selectable="False">  
    12.     <html>Yahoo.com</html>  
    13.     <item text="Yahoo Web" value="http://www.yahoo.com/">  
    14.       <html>Yahoo Web </html>  
    15.     </item>  
    16.   </item>  
    17.   <item text="CuteSoft Products" Selectable="False">  
    18.     <html>CuteSoft Products</html>  
    19.     <item text="Cute Chat" value="http://cutesoft.net/ASP.NET+Chat/">  
    20.       <html>Cute Chat</html>  
    21.     </item>  
    22.   </item>  
    23. </LinkTree>  
     

    Regards,

     

    Ken 

View Complete Thread