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>
|