Contents

Return to Tags or Functions

cfAjaxImport

Syntax

<cfAjaxImport
	[adapter="string"]
	[csssrc="string"]
	[params="struct"]
	[scriptsrc="string"]
	[tags="string"]>
[</cfAjaxImport>]

[] = Optional attribute

Description

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

Body

This tag may have a body.

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 Railo.
tags string No A comma-delimited list of tags or tag-attribute combinations for which to import the supporting JavaScript files on this page.

category Categories: