8 | | This package provides portlet which extends plone collection portlet in order to allow assigning different views for each newly created portlet through its edit form. |
9 | | |
10 | | T hav many collection portlets displaying different information in different places. Plone portlets provide us with portletRenderer directive which in general is really usefull, but it's not an option because it overrides portlet renderer globally thus allowing to have only one template at a time. |
11 | | |
12 | | Thus to avoid having some odd conditions in your collection portlet's template NGCollection extends standard plone collection portlet with a template field where you can select template to use from available templates. |
| 22 | This package provides portlet which extends plone collection portlet in order to allow assigning different views for each newly created portlet through its edit form. Plone portlets provide us with portletRenderer directive which in general is really usefull, but it's not an option because it overrides portlet renderer globally thus allowing to have only one template at a time. Thus to avoid having some odd conditions in your collection portlet's template NGCollection extends standard plone collection portlet with a template field where you can select template to use from available templates. |