CFWDDX

This function can convert complex CFML data structures to and from a WDDX(XML based) format.

Usage

<cfwddx>

Attributes

Attribute default required summary
ATTRIBUTECOLLECTION A structure containing the tag attributes
ACTION The type of conversion to be performed. Possible options are: "cfml2wddx", "wddx2cfml", "cfml2js", "wddx2js".
INPUT The data to be converted.
OUTPUT The output of a conversion. This is a required attribute when ACTION = "wddx2cfml".
VERSION This attribute allows the selection of the WDDX version to be used. This attribute only applies when ACTION = "cfml2wddx".
TOPLEVELVARIABLE Specifies a name for the top level javascript variable during a conversion to javascript. This is a required attribute when ACTION = "cfml2js" or "wddx2js".