Class
zope.viewlet.viewlet.CSSResourceBundleViewletBase

A simple viewlet for inserting css references to different resources.

There is a tuple or list of dict used for the different resource descriptions. The list of dict uses the following format:

({path:'the path', media:'all', rel:'stylesheet'},...)

The default values for media is all and the default value for rel is stylesheet. The path must be set there is no default value for the path attribute.

This is an abstract class that is expected to be used as a base only.

Base classes

Implemented Interfaces

There are no implemented interfaces.

Attributes/Properties

There are no attributes in this class.

Methods

Known Subclasses

There are no known subclasses.