Lucee Tag Reference
Tag <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. |