<cfajaximport>

edit

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

This tag may have a body.

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

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

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

tags
string, optional
edit

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

cssSrc
string, optional
edit

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

adapter
string, optional
edit
params
struct, optional
edit

Examples

edit

There are currently no examples for this tag.

See also