Changes between Version 6 and Version 7 of collective.portlet.shelf


Ignore:
Timestamp:
Dec 2, 2010 3:39:17 PM (15 years ago)
Author:
olha
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.portlet.shelf

    v6 v7  
    55== Links == 
    66 
    7  * Home Page -  
    87 * SVN Repository - http://svn.plone.org/svn/collective/collective.portlet.shelf 
    9  * Releases - http://plone.org/products/collective.portlet.shelf/releases 
    108 
    119== Introduction == 
     
    1816 
    1917 * create a Collection (with subcollections) that returns results for showing in the portlet 
    20  * add shelf portlet on a page where you want to add a carousel - click '''Manage portlets''' in one of the columns of your site; 
    21  * choose '''collective.portlet.shelf''' from '''Add portlet...''' menu; 
    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. 
     18 * add shelf portlet on a page where you want to add a carousel - click '''Manage portlets''' in one of the columns of your site and choose '''Portlet Shelf''' from '''Add portlet...''' menu; 
     19 
     20 [[Image(add-portlet.png, nolink)]] 
     21  
     22 * Portlet shelf is based on the standard Plone collection portlet, 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. 
     23 
     24 [[Image(edit-portlet.png, nolink)]] 
     25 
     26 * Save changes and here it is - a new shelf portlet. It displays items that are collected by the selected collection 
     27 
     28 [[Image(portlet.png, nolink)]] 
     29 
    2330 
    2431== Development ==