Products.MightyCal.Style (version 1.1) | index /home/zope/lib/python/Products/MightyCal/Style/__init__.py |
Style subpackage of the MightyCal package. Contains the following modules: * The StyleCollection holds instances of Stylesheets for Calendars. StyleCollection has a tree-based administrative interface for browsing and updating the Stylesheets and the StyleElements they contain. * Stylesheets are collections of StyleElements. Stylesheets can render themselves into standard CSS format stylesheets, as well as XML-formatted documents. In CSS format, they are used directly by user agents to style the Calendars when they are displayed. In XML format, they are integrated into XSL-FO documents as properties of the XSL-FO tags themselves. * StyleElements hold the property/value pairs for each element in a Stylesheet. They have an administrative interface that allows the properties to be changed or deleted, or for new properties to be added. They also have the ability to export themselves as a complete CSS element or as an XML tree fragment. * Const: Constants definitions for the above modules.
Package Contents | ||||||
|
Data | ||
__all__ = ['Const', 'StyleElement', 'Stylesheet', 'StyleCollection'] __file__ = '/home/zope/lib/python/Products/MightyCal/Style/__init__.pyc' __name__ = 'Products.MightyCal.Style' __path__ = ['/home/zope/lib/python/Products/MightyCal/Style'] __version__ = '$Revision: 1.1 $' |