| |
- Acquisition.Acquirer
-
- StyleCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)
- Acquisition.ExplicitAcquirer
-
- StyleCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)
- OFS.Folder.Folder(OFS.ObjectManager.ObjectManager, OFS.PropertyManager.PropertyManager, AccessControl.Role.RoleManager, webdav.Collection.Collection, OFS.SimpleItem.Item, OFS.FindSupport.FindSupport)
-
- StyleCollection(OFS.Folder.Folder, Acquisition.Acquirer, Acquisition.ExplicitAcquirer)
class StyleCollection |
|
StyleCollection Class. Holds Intermediate stylesheets for a particular Calendar |
|
- _StyleCollection__createStylesheetsFromFiles = __createStylesheetsFromFiles(self, ids=None)
- Creates a new stylesheet based on our defaultStylesheetText, and stores it as a sub object.
If the ids parameter is supplied, then we only create the stylesheet if the stripped filename
(which serves as the stylesheet ID) is in the list. This is so that this same routine can be
used by the refreshStylesheets() method, which deletes and re-adds a set of stylesheets.
- __init__(self, contextObject)
- Construct a new instance of StyleCollection
- createBlankStylesheet(self, id, title)
- Creates a new blank stylesheet, and stores it as a sub object
- deleteStylesheets(self, ids, REQUEST=None)
- Delete the given list of Stylesheets from our registry
- refreshStylesheets(self, ids, REQUEST=None)
- Restore the given Stylesheets to their defaults on disk
- tpValues(self, REQUEST=None)
- Return the children stylesheet objects referred to in the current stylesheet collection
| |