Changes between Version 2 and Version 3 of collective.portlet.ngcollection


Ignore:
Timestamp:
Mar 21, 2013 9:08:13 AM (12 years ago)
Author:
naomin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.portlet.ngcollection

    v2 v3  
    44= Project Description = 
    55 
     6== Supported Plone Version ==  
     7 
     8    Plone 4.2 
     9    Plone 4.1 
     10    Plone 4.0 
     11    Plone 3.x  
     12 
     13== Links == 
     14 
     15    GitHub- https://github.com/collective/collective.embedly 
     16    Plone.org - https://plone.org/products/collective.portlet.ngcollection/ 
     17    Pypi - https://pypi.python.org/pypi/collective.portlet.ngcollection 
     18 
     19 
    620== Introduction == 
    721 
    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. 
     22This 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. 
    1323 
    1424Apart from the 'template' field NGCollection portlet also adds 'show_more_label' field. This field is here to override default collection's portlet 'More...' link text with some custom one entered by user. 
    1525 
    16 Portlet Templates 
     26==Portlet Templates == 
    1727In order to register new alternative templates for your portlet this package provides portletTemplates directive: 
    1828 
     
    4050 
    4151== Contributors == 
     52 
    4253Vitaliy Podoba 
    4354Roman Kozlovskyi