Javascript methods
addFileToSet( setName, fileName )
Adds a file to a Css set.
- setNameThe name of the set
- fileNameThe file name, relative to the set's configured directory.
getSetUrl( setNames )
Builds a URL to request the given set contents.
- setNamesOptional name of the Javascript set, or an array of them. If set to- false, all available sets are used. Default:- false
Returns: The URL of the requested Javascript sets.
Last updated
Was this helpful?
