Part of lp.app.browser.tales View In Hierarchy
The facet menu can be accessed with an expression like:
tal:define="facetmenu view/menu:facet"
which gives the facet menu of the nearest object along the canonical url chain that has an IFacetMenu adapter.
Method | __init__ | Undocumented |
Method | __getattribute__ | Retrieve the links associated with a facet. |
Method | facet | Return the IFacetMenu links related to the context. |
Method | selectedfacetname | Undocumented |
Method | context | Undocumented |
Method | navigation | Navigation menu links list. |
Method | _getMenuLinksAndAttributes | Return a dict of the links and attributes of the menu. |
Method | _has_facet | Does the object have the named facet? |
Method | _request_url | Undocumented |
Method | _facet_menu | Return the IFacetMenu related to the context. |