Chapter 1: ColdFusion Tags
239
CFWDDX
The CFWDDX tag serializes and de-serializes CFML data structures to the XML-based
WDDX format. You can also use it to generate JavaScript statements instantiating
JavaScript objects equivalent to the contents of a WDDX packet or some CFML data
structures.
Syntax
<CFWDDX ACTION="action"
INPUT="inputdata"
OUTPUT="resultvariablename"
TOPLEVELVARIABLE="toplevelvariablenameforjavascript"
USETIMEZONEINFO="Yes/No">
ACTION
Specifies the action taken by the CFWDDX tag. Use one of the following:
•
CFML2WDDX — Serialize CFML to WDDX format
•
WDDX2CFML — Deserialize WDDX to CFML
•
CFML2JS — Serialize CFML to JavaScript format
•
WDDX2JS — Deserialize WDDX to JavaScript
INPUT
Required. The value to be processed.
OUTPUT
The name of the variable to hold the output of the operation. This attribute is
required for ACTION=WDDX2CFML. For all other actions, if this attribute is not
provided, the result of the WDDX processing is outputted in the HTML stream.
TOPLEVELVARIABLE
Required when ACTION=WDDX2JS or ACTION=CFML2JS. The name of the top-
level JavaScript object created by the deserialization process. The object created
by this process is an instance of the WddxRecordset object, explained in
WddxRecordset Object
.
This attribute applies only when the ACTION is WDDX2JS or CFML2JS.
USETIMEZONEINFO
Optional. Indicates whether to output time-zone information when serializing
CFML to WDDX. If time-zone information is taken into account, the hour-minute
offset, as represented in the ISO8601 format, is calculated in the date-time output.
If time-zone information is not taken into account, the local time is output. The
default is Yes.
Usage
Use this tag to serialize and deserialize packets of data used to communicate with the
browser.
Содержание COLDFUSION 4.5-CFML LANGUAGE
Страница 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Страница 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Страница 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Страница 296: ...272 CFMLLanguageReference INPUT TYPE text NAME number2 BR INPUT TYPE submit NAME submit VALUE Add FORM BODY HTML...
Страница 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Страница 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Страница 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Страница 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Страница 557: ...Chapter 2 ColdFusion Functions 533 P CFOUTPUT Value i is employee keysToStruct i CFOUTPUT P CFLOOP CFIF BODY HTML...
Страница 584: ...560 CFMLLanguageReference...
Страница 594: ...570 CFMLLanguageReference...