Package: collective - CMFContentFolder
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFContentFolder |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFContentFolder/ |
Package README (CVS ver. 1.2)
The CMFContentFolder is a folderish CMF Type. It has an additional dictionary which stores information about the types of the contained objects. The ContentFolder orders the objects of a folder in groups of the same type. For each group, a specific page template macro can be defined. The macro is loaded by the extendedListing.pt. The names of the listing macros consist of the type name and a suffix. E.g. the listing for the Event object is Event_listing. To display the listing macros, add the following line to the customized view template of your extended portalt type: <div metal:use-macro="here/extended_listing/macros/extendedListing" /> Each listing consists of a subtitle and an link to add new objects of this type. The lists can be ordered using the order field in the contentfolder_editsubtitle_form.pt. The contentfolder_editsubtitle_form can be accessed by clicking on the subtitle. Cheers - Bernhard Buehlmann, 4teamwork