viewlet (http://namespaces.zope.org/browser)

A directive to register a new viewlet.

Viewlets are content providers that can only be displayed inside a viewlet manager. Thus they are additionally discriminated by the manager. Viewlets can rely on the specified viewlet manager interface to provide their content.

The viewlet directive also supports an undefined set of keyword arguments that are set as attributes on the viewlet after creation. Those attributes can then be used to implement sorting and filtering, for example.


File: Zope3/src/zope/viewlet/meta.zcml from (line 6, column 4) to (line 10, column 10)
Handler: zope.viewlet.metaconfigure.viewletDirective

Schema

zope.viewlet.metadirectives.IViewletDirective

* = required