Css methods
addFileToSet( setName, fileName )
Adds a file to a Css set.
setName
The name of the setfileName
The file name, relative to the set's configured directory.
getSetUrl( setNames )
Builds a URL to request the given set contents.
setNames
Optional name of the Css set, or an array of them. If set tofalse
, all available sets are used. Default:false
Returns: The URL of the requested Css sets.
Last updated