How are portlets rendered / ordered / layed out in Plone?

做~自己de王妃 提交于 2019-12-05 16:01:58

First check http://developer.plone.org/reference_manuals/old/portlets/rendered.html for technical details (imho this is still up-to-date)

The PortletRetriever (plone.portlets) collects and orders all portlet assignments.

The PortletManagerRenderer uses the informations of the retriever to render the column

Also have a look at the code of Solgema.PortletsManager they improved the PortletRetriever, this is exactly what you want to do.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!