PluginsWhat you've got loaded..
Asset Tags
A plugin for Coldfusion on Wheels by Matthew Lesko/CFGeek
Adds helper methods for including Javascript, CSS, Image and a javascript plugin from an assets directory in application root.
Setup
Set the following in the config > settings.cfm file.
<set assetPath="assets"> <set assetJSPath="js"> <set assetCSSPath="css"> <set assetPluginPath="plugins"> <set assetImagePath="images">
Methods
-
- assetJSIncludeTag()
- assetCSSLinkTag()
- assetJSPluginIncludeTag()
- assetCSSPluginLinkTag()
- assetImageTag()
- assetJSIncludeTag()