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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.portlet.shelf

    v2 v3  
    11= collective.portlet.shelf = 
    22 
    3 collective.portlet.shelf is a portlet for Plone 4 that allows to display Collection's results in a carousel portlet browsing by subcollections. 
     3collective.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. 
    44 
    5 How to get a carousel? 
     5== Usage == 
    66 
    7 Work of carousel is based on one assumption — you already have a collection that returns results for showing in the carousel. 
     7To create such a portlet you have to : 
     8 * create a Collection (with subcollections) that returns results for showing in the portlet. 
     9 * add shelf portlet on a page where you want to add a carousel - click '''Manage portlets''' in one of the columns of your site; 
     10 * choose '''collective.portlet.shelf''' from '''Add portlet...''' menu; 
     11 * 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. 
    812 
    9 To add shelf portlet: 
    10  
    11  * On a page where you want to add a carousel click '''Manage portlets''' in one of the columns of your site; 
    12  * choose '''collective.portlet.shelf''' from '''Add portlet...''' menu; 
    13  * collective.portlet.shelf portlet is based on the standard collection portlet in Plone, so the same fields are available for this type of portlet; 
    14  * fill out the fields in the form specifying a collection that will provide content for the carousel portlet.