Description
This manual covers what a developer needs to know to create new portlet types or customise existing ones.
Portlets are UI elements that can be shown in addition to the main content of a page. They usually appear in the left of right columns, but are sometimes also used instead of or below the main content. They are usually boxes of different kinds, which content editors can add, configure, and set policies for showing.
(Screenshot).
A portlet is like a viewlet but with persistent configuration (i.e. persistent in the ZODB) and runtime changeable assignments.
Use a viewlet for:
Use a portlet when:
The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.
For basic information about updating this manual and Sphinx format please see Writing and updating the manual guide.