namespace
SAPO.Utility.Dumper
Lib to dump (print, return, alert) a variable structure
Function Summary
alertDump
(Object|String|Boolean
param)
alert variable structure
print variable structure. Can be passed an output target
return variable structure
windowDump
(Object|String|Boolean
param)
print to new window the variable structure
Function Details
function alertDump
alertDump(Object|String|Boolean
param)
alert variable structure
Parameters:
param
function printDump
printDump(Object|String|Boolean
param, [String|Object
target])
print variable structure. Can be passed an output target
Parameters:
param
[target]
(can be an element ID or an element) function returnDump
String
returnDump(Object|String|Boolean
param)
return variable structure
Parameters:
param
function windowDump
windowDump(Object|String|Boolean
param)
print to new window the variable structure
Parameters:
param