Javascript
Provides a way to work with JavaScript in a web application, with additional features and performance improvements.
See the Css and Javascript guide to learn how to work with the Javascript module.
Configuration
cacheProviderNameThe name of the cache provider to use. Default:enginecacheTtlThe TTL to use for the cache. DefaultCACHE_TTL_LONGESTisHttpCacheWhether to send HTTP Cache headers or not. Default:falsehttpCacheMaxAgeThe TTL of the HTTP Cache. Default:CACHE_TTL_LONGESTlastModifiedTimestampThe timestamp of the last modification to the CSS files, or any other string that will serve as a unique identifier to force browser cache reloading when needed. Default:falsedefaultSetOrderThe default order to assign to sets when no order is specified. Default:100isMinifyWhether to minify the JavaScript code or notsetsA hash array specifying the different JavaScript sets this app has, where each key is the set name, and each value is a hash array with the following possible keys:orderThe numeric order of this set in relation to other sets. Used to control JavaScript dependency.directoryThe directory containing the JavaScript files.isIncludeAllFilesInDirectoryWhether to automatically add all the*.jsfiles found in the specifieddirectoryto this set or not.variablesFileA PHP file that will be included before any JavaScript pattern parsing.
Last updated
Was this helpful?