ASPX templates
Version 3.x > ASPX templates > Navigation in List? View modes: 
User avatar
Member
Member
imuir@amplifystudios.com - 4/14/2008 8:16:48 PM
   
Navigation in List?
Is there any way to display my complete content tree in a nested list? I've tried ListMenu, TreeMenu and SiteMap and they only render individual pages and completely ignore the folders.

I'm not sure if I'm using it correctly. The documentation is pretty spartan and I can't find a description of how the path property functions.

Any help would be appreciated.

User avatar
Member
Member
kentico_vitaja - 7/1/2008 9:57:02 AM
   
RE:Navigation in List?
Hi,

Could you please double check that your properties of CMSTreeView or other controls are properly set? I was trying to do this with several controls and everything was working properly.

Please make sure that your ClassNames property contains all document types you would like to display. If you want to display all document types then it might look like this:

<cms:CMSTreeView ID="CMSTreeView1" runat="server" ClassNames="CMS.Article;CMS.Blog;CMS.BlogMonth;CMS.BlogPost;CMS.CellPhone;Ecommerce.Transformations;CMS.Event;CMS.BookingEvent;CMS.Faq;CMS.File;CMS.Folder;CMS.Job;CMS.KBArticle;CMS.Laptop;CMS.News;CMS.Office;CMS.MenuItem;CMS.Pda;CMS.PressRelease;CMS.Product;CMS.Root;CMS.SimpleArticle">
</cms:CMSTreeView>

Best regards,
Vita Janecek