Changes between Version 15 and Version 16 of collective.portlet.shelf


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

--

Legend:

Unmodified
Added
Removed
Modified
  • collective.portlet.shelf

    v15 v16  
    1919 
    2020 
    21  [wiki:Usage Plone 3]  
    22  
    23 To create such a portlet you have to: 
    24  
    25  * create a Collection (with !SubCollections) that returns results for showing in the portlet 
    26  
    27  * 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; 
    28  
    29  [[Image(add-portlet-plone3.png, nolink)]] 
    30   
    31  * 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. 
    32  
    33  [[Image(edit-portlet-plone3.png, nolink)]] 
    34  
    35  * Save changes and here it is - a new shelf portlet. It displays items that are collected by the specified collection and its subcollections. You can browse collection  elements by using left/right arrows. To browse items of certain subcollection only - select its name from the listing at the bottom of a portlet (Sub 1, Sub 2, ..). To see all elements together - choose ''All'' at the bottom of porltet. 
    36  
    37  [[Image(portlet-plone3.png, nolink)]] 
     21 [wiki:Usage Plone 3 Usage]  
    3822 
    3923== Development ==