<cfajaximport>

Controls the JavaScript files that are imported for use on pages that use ColdFusion AJAX tags and features.

This tag may have a body.

This tag has no <cfscript> support or it uses a different syntax.

Requires Extension: Ajax Extension

<cfajaximport scriptSrc=string tags=string cssSrc=string adapter=string params=struct ><!--- body --->[</cfajaximport>]
Attribute Description
scriptSrc
string, optional

Specifies the URL, relative to the web root, of the directory that contains the JavaScript files used by Lucee.

tags
string, optional

A comma-delimited list of tags or tag-attribute combinations for which to import the supporting JavaScript files on this page.

cssSrc
string, optional

Specifies the URL, relative to the web root, of the directory that contains the CSS files used by AJAX features

adapter
string, optional
params
struct, optional

Examples

There are currently no examples for this tag.

See also