Views, viewlets and layers¶
View and viewlet patterns used to create dynamic pages in plone.
- Views
- Introduction
- More information
- View components
- Customizing views
- Creating and registering a view
- Content type, mimetype and Template start tag
- Zope ViewPageTemplateFile vs. Five ViewPageTemplateFile
- Overriding a view class in a product
- Helper views
- Reusing view template snippets or embedding another view
- Accessing a view instance in code
- Listing available views
- Default view of a content item
- Allowing the contentmenu on non-default views
- Views and automatic member variable acquisition wrapping
- Viewlets
- Layers
- Tutorial: Overriding Viewlets