cfdump

From CEW

Jump to: navigation, search

eval

The eval attribute is a convenient shorthand that accepts an object or an expression, and dumps it with label.

<cfdump eval="MyVar"/> is equivalent to <cfdump var="#MyVar#" label="MyVar"/>

Supported by: Image:Railo.png


expand

The expand attribute defines if the output of the dump should be initially expanded or collapsed.

Supported by: Image:ColdFusion.png Image:Railo.png


version

The version attribute allows you to specify if the long or short version of a variable should be dumped. It applies only to Query and XML variables.

Supported by: Image:BlueDragon.png

Personal tools