Technical support This forum is closed.
Version 1.x > Technical support > BUG Controls: CMSTreeMenu View modes: 
User avatar
Member
Member
wtijsma - 12/28/2004 12:18:05 PM
   
BUG Controls: CMSTreeMenu
Doesn't really work. I've put it into my own custom control (ascx). and the only thing it renders is:

<table class="CMSTreeMenuTable" cellspacing="0" cellpadding="0">

no </table>, no rows, no content.

declaration:
<%@ Register TagPrefix="kentico" Namespace="Kentico.CMS.CMSControls" Assembly="Kentico.CMS.CMSControls" %>

<kentico:CMSTreeMenu id="CMSTreeMenu1" runat="server" SelectNodesPath="/" SelectNodesClassNames="cms.menuitem"
SelectNodesMaxRelativeLevel="3" CombineWithDefaultCulture="True"></kentico:CMSTreeMenu>


User avatar
Guest
admin - 12/28/2004 3:41:06 PM
   
Re: BUG Controls: CMSTreeMenu
Hi Wiebe,

could you please try to set the attribute SelectNodesPath to this?

SelectNodesPath="/%"

It should probably help you. If not, please tell me.