Inside Coldfusion MX
<cfwddx action = "action" input = "inputdata" output = "resultvariablename" topLevelVariable = "toplevelvariablenameforjavascript" useTimeZoneInfo = "Yes" or "No" validate = "Yes" or "No" > Description
Creates or decodes a WDDX packet that is a generic way of passing data from different applications or servers. WDDX is an eXtensible Markup Language (XML) schema that is native to ColdFusion and describes complex data structures in a way that is usable by ColdFusion. Using WDDX limits the scope of the XML that is usable by applications other than ColdFusion; if you want to use generic XML, refer to the CFXML tag. Attributes
action (Required)
input (Required) A value to process. output (Required if action = "wddx2cfml") Name of variable for output. If action = "WDDX2JS" or "ColdFusionML2JS", and this attribute is omitted, result is output in HTML stream. TopLevelVariable (Required if action = "wddx2js/cfml2js") Name of top-level JavaScript object created by deserialization. The object is an instance of the WddxRecordset object. useTimeZoneInfo (Optional) Default: Yes. Whether to output time-zone information when serializing CFML to WDDX.
validate (Optional) Default: No. Applies if action = "wddx2cfml/wddx2js".
|