Values
From FirebugWiki
Revision as of 14:30, 13 July 2012 by Sebastianz (Talk | contribs)
Returns an array containing the values of all properties of the object.
Contents |
[edit] Syntax
values(object)
[edit] Parameters
[edit] object
Object to return the values for.
[edit] Examples
values(myObject)
Lists all the property values of the myObject object.