Stylesheets (Component)
Methods:
deleteStyleSheet | Removes a style sheet from the a style sheet set. |
deleteStyleSheetSet | Deletes a style sheet set from a page. |
enableStyles | Enables or disables all of a page's style sheets. |
getExistingModules | Returns an array of structures, each containing information on a style sheet's location within a site, as follows: 'FileName' and 'Path'. |
getStyleSheets | Returns zero or more structures, each containing information about the style sheets within a set; for example, 'FileName', 'PageID', 'Position', and so on. |
getStyleSheetSets | Returns zero or more structures, each containing information about a page's style sheet sets; for example, the style sheet's name, description, page ID, and so on. |
getStyleSheetSetScheduleProperties | Returns zero or more structures, each containing a style sheets scheduled properties, which are 'schedulePropertyName' and 'schedulePropertyValue'. |
orderStyleSheets | Reorders the style sheets within a style sheet set that is associated with a page. |
orderStyleSheetSets | Reorders the style sheet sets for a specified page. |
saveStyleSheet | Either create a new style sheets or updates an existing one. This style sheet is assigned to a page's style sheet set. |
saveStyleSheetSet | Updates or creates a style sheet set. |