Changes between Version 4 and Version 5 of collective.portlet.shelf


Ignore:
Timestamp:
May 21, 2010 8:05:46 AM (16 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.portlet.shelf

    v4 v5  
    11= collective.portlet.shelf = 
     2 
     3[[PageOutline]] 
    24 
    35== Links == 
     
    79 * Releases -  
    810 
    9 collective.portlet.shelf is a portlet for Plone 4 that allows to display Collection's results in a carousel portlet browsing them by subcollections, listed below. 
     11== Introduction == 
     12 
     13collective.portlet.shelf is a portlet for Plone 4 that allows to display Collection's results in a carousel portlet browsing them by subcollections. 
    1014 
    1115== Usage == 
    1216 
    13 To create such a portlet you have to : 
    14  * create a Collection (with subcollections) that returns results for showing in the portlet. 
     17To create such a portlet you have to: 
     18 
     19 * create a Collection (with subcollections) that returns results for showing in the portlet 
    1520 * add shelf portlet on a page where you want to add a carousel - click '''Manage portlets''' in one of the columns of your site; 
    1621 * choose '''collective.portlet.shelf''' from '''Add portlet...''' menu; 
    17  * collective.portlet.shelf portlet is based on the standard collection portlet in Plone, so the same fields are available for this type of portlet ad for the standard Collection portlet. Fill in the fields in the portlet edit form, specifying a collection that will provide content for the portlet. 
     22 * collective.portlet.shelf portlet is based on the standard collection portlet in Plone, so the same fields are available for this type of portlet as for the standard Collection portlet. Fill in the fields in the portlet edit form, specifying a collection that will provide content for the portlet. 
    1823 
    1924== Development ==