CMFContentPanels (2.4)
Released on 2006-06-27 by ZopeChina for Plone 2.1.1, Plone 2.1.2, Plone 2.1.3, Plone 2.5 under GPL - GNU General Public License available for All platforms.
Software development stage: development
- CMFContentPanels download link: http://plone.org/products/cmfcontentpanels/releases
- Homepage of CMFContentPanels: http://plone.org/products/cmfcontentpanels/
- CMFContentPanels repository: https://svn.plone.org/svn/collective/CMFContentPanels/
CMFContentPanels is a plone portlets product to build composite pages. You can create new content which is composed of othr contents as configurable 'content panels'. You can change the layout, the panel skin and the content viewlet through the web.
Features
features:
- predefined viewlets for Document, Image, Folder, Topic, ZWiki Page, PloneChat, mxmDynamicPage.
- Each viewlet is configurable. You can add a RSS viewlet or a simplet text viewlet.
- contentpanels content can be a plone portlet and show on the left/right column.
- support multi-page and mulit-column
- full function layout management, easy to use: move panels left/right/up/down
- support multi-rows: use 'tile' page layout mode, and each page becomes a new row
How to Extend CMFContentPanels? (For Developers)
How to make more viewlets?
Viewlet is a view of content which can be selected in contentpanels. Viewlet can be a zpt or a zpt macro. Viewlets are registered with CMF Action mechanism.
- Write a viewlet for your content. You can refer to stuff at \CMFContentPanels\skins\contentpanels\viewlets, which are default viewlets.
- Add a new CMF action with the CMF Action mechanism. Remember, the action
catalog should be
panel_viewlets. See the Install.py for detail
How to add new panel skin?
You can define a new css wrapper to define a new panel skin:
- customise contentpanels_skin.css.dtml, write your new css wrapper there
- go to ZMI
portal_contentpanels, in the properties view, add your new wrapper there.
There are currently no items in this folder.
is contentpanels_skin.css.dtml right ?
Posted by
plmxn
at
2005-03-10
Shouldnt it be contentpanels_skin.css ? Anyway I cant make it work..


