Lucee Tag Reference

<cfajaxproxy>

Creates a JavaScript proxy for a ColdFusion component, for use in an AJAX client. Alternatively, creates a proxy for a single CFC method, JavaScript function, or URL that is bound to one or more control attribute values.

Body

This tag can't have a body.

Example

<cfajaxproxy
	[bind=string]
	[cfc=string]
	[jsclassname=string]
	[onerror=string]
	[onsuccess=string]>

Attributes

The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name Type Required Description
bind string No  
cfc string No  
jsclassname string No  
onerror string No  
onsuccess string No