Lucee Tag Reference
<cfAjaxImport>
Controls the JavaScript files that are imported for use on pages that use Luceex AJAX tags and features.
Body
This tag may have a body.
Example
<cfAjaxImport [adapter=string] [cssSrc=string] [params=struct] [scriptSrc=string] [tags=string]> [</cfAjaxImport>]
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
adapter | string | No | |
cssSrc | string | No | Specifies the URL, relative to the web root, of the directory that contains the CSS files used by AJAX features |
params | struct | No | |
scriptSrc | string | No | Specifies the URL, relative to the web root, of the directory that contains the JavaScript files used used by Lucee. |
tags | string | No | A comma-delimited list of tags or tag-attribute combinations for which to import the supporting JavaScript files on this page. |