where can I find documentation about the different display modes of the navigation portlet. I get totally confused when editing the navigation-portlet, since it displays a different form depending on the selected display mode. For example, if I select "Vertical breadcrumb menu" I can input "relative depth" an "end depth", and "Display hidden folders", but not "show documents", when I look at the pt widget_portlet_navigation in
<tal:block condition="python: display == 'vertical_breadcrumbs_menu'">
folderitems is defined as
python: context.getFolderItems(context_obj=context, show_docs=show_docs, display_hidden_folders=display_hidden_folders);

so "show_docs" is used there.

I also don't find any reference to the tree_root in the pt.


--
Mit freundlichen Grüßen                                Joachim Schmitz
......................................................................
AixtraWare eK ..Joachim Schmitz ..www.aixtraware.de ..t: +49-2464-8851
Hüsgenstr. 33a .....d-52457 Aldenhoven .............f: +49-2464-905163


_______________________________________________
cps-devel mailing list
http://lists.nuxeo.com/mailman/listinfo/cps-devel

Reply via email to