|
Description
|
Use this tag to dump the entire contents of any ColdFusion
variable or object to the screen. Includes DHTML for use with IE
that creates an interactive tree.
|
Attributes
|
object |
required:
| true |
default:
| |
description:
|
The ColdFusion variable to output to the screen. (NOTE: Do not
use pound signs to evaulate the variable.)
|
label |
required:
| false |
default:
| [object attribute] |
description:
|
The label to display for the outer most node of the tree. By default
it displays the value of the "object" attribute.
|
deserialize |
required:
| false |
default:
| true |
description:
|
Determines whether or not WDDX packets are deserialized by
the tag. Deserialized packets are converted back to a CF variable
and the output for the packet is displayed. Packets that aren't
deserialized are represented by their actual WDDX serialized string.
|
dhtml |
required:
| false |
default:
| true |
description:
|
Determines whether the output tree uses DHTML. Turning
DHTML off will speed up the rendering of the page.
|
expanded |
required:
| false |
default:
| false |
description:
|
Determines whether or not when using DHTML if the tree
should be fully expanded during the intial rendering of
the page.
|
legend |
required:
| false |
default:
| true |
description:
|
Determines whether the data type legend should be displayed
at the bottom of the page.
|
sort |
required:
| false |
default:
| false |
description:
|
Determines whether structure keys should be sorted
alphabetically.
|
font |
required:
| false |
default:
| Verdana, Arial, Helvetica, Sans-serif |
description:
|
The default font used in the data tree.
|
fontsize |
required:
| false |
default:
| 1 |
description:
|
The default font size used.
|
cellPadding |
required:
| false |
default:
| 0 |
description:
|
The default cellPadding in the table used for the data tree.
|
cellSpacing |
required:
| false |
default:
| 0 |
description:
|
The default cellSpacing in the table used for the data tree.
|
border |
required:
| false |
default:
| 1 |
description:
|
The default border in the table used for the data tree.
|
color_Query |
required:
| false |
default:
| 666699 |
description:
|
Specifies the color used to indicate a query object.
|
color_Row |
required:
| false |
default:
| 9999cc |
description:
|
Specifies the color used to indicate a row object.
|
color_Structure |
required:
| false |
default:
| 003366 |
description:
|
Specifies the color used to indicate a structure object.
|
color_Array |
required:
| false |
default:
| 99cccc |
description:
|
Specifies the color used to indicate a array object.
|
color_Numeric |
required:
| false |
default:
| cc3333 |
description:
|
Specifies the color used to indicate a numeric object.
|
color_Date |
required:
| false |
default:
| cccccc |
description:
|
Specifies the color used to indicate a date object.
|
color_String |
required:
| false |
default:
| 0000cc |
description:
|
Specifies the color used to indicate a string object.
|
|
[Download]
[< Back]
|