Views, viewlets and layers¶
View and viewlet patterns used to create dynamic pages in plone.
-
Views
- Introduction
- 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
- Introduction
- Finding viewlets
- Creating a viewlet
- Re-using code from a View
- Creating a viewlet manager
- Viewlet behavior
- Conditionally rendering viewlets
- Rendering viewlet by name
- Rendering viewlets with accurate layout
- Viewlets for one page only
- <head> viewlets
- Finding viewlets programmatically
- Poking viewlet registrations programmatically
- Layers
- Tutorial: Overriding Viewlets