How to use LinkTree

Last post 05-06-2013, 12:22 PM by Kenneth. 5 replies.
Sort Posts: Previous Next
  •  04-18-2013, 3:43 PM 77244

    How to use LinkTree

     Hi-

    I'm trying to use the tree dropdowns / LinkTree.  I don't see any working examples and can't find it in the documentation. 

    Tried editing this in the config file, but it shows up empty, like this {LinkTree}.        

    1. <item type="dropdown" name="LinkTree" text="[[Link]]" width="60" command="InsertLink" />  

    What am I missing?
    Thanks,
    Paul

    Filed under: ,
  •  04-19-2013, 12:16 PM 77249 in reply to 77244

    Re: How to use LinkTree

    Hi Accunet,

     

    Please refer to http://cutesoft.net/asp/document/scr/Links_dropdown_Customization.htm, it shows you how to custom the link tree dropdown list.

     

    Regards,

     

    Ken 

  •  04-22-2013, 9:12 PM 77263 in reply to 77249

    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 

  •  04-28-2013, 12:16 PM 77318 in reply to 77263

    Re: How to use LinkTree

    Hi accunet,

     

    Can you post a screenshot to show which part of the editor you want to change?

     

    Regards,

     

    Ken 

  •  05-03-2013, 9:24 PM 77348 in reply to 77318

    Re: How to use LinkTree

    Hi-

    We can close this question because I'll be using the RTE instead.   But for the sake of clarity, what I was trying to achieve was exactly what is shown in your example picture:

     

    Which appears to be collapsable tree in a dropdown.  However I could not find any working examples on your site or in the demos in the download.  

    So I was wondering if this was achieved by using "TreeDropdowns" or "LinkTree" as this is in the config file, but I don't see it utilized anywhere. 

    Thanks,

    Paul 

     

  •  05-06-2013, 12:22 PM 77358 in reply to 77348

    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 as RSS news feed in XML