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
- <LinkTree>
- <item text="Msdn.microsoft.com" Selectable="False">
- <html>Msdn.microsoft.com</html>
- <item text=".NET Framework" value="http://msdn.microsoft.com/netframework/">
- <html>.NET Framework</html>
- </item>
- <item text="ASP.NET Home" value="http://msdn.microsoft.com/asp.net/">
- <html>ASP.NET Home</html>
- </item>
- </item>
- <item text="Yahoo.com" Selectable="False">
- <html>Yahoo.com</html>
- <item text="Yahoo Web" value="http://www.yahoo.com/">
- <html>Yahoo Web </html>
- </item>
- </item>
- <item text="CuteSoft Products" Selectable="False">
- <html>CuteSoft Products</html>
- <item text="Cute Chat" value="http://cutesoft.net/ASP.NET+Chat/">
- <html>Cute Chat</html>
- </item>
- </item>
- </LinkTree>
Regards,
Ken