Record Class
Defined in:
Module: queue-promote
yui3/src/recordset/js/record.js:1
Provides a wrapper around a standard javascript object. Can be inserted into a Recordset instance.
Methods
getValue
(
public
-
field
Retrieve a particular (or all) values from the object
Parameters:
-
field
String(optional) The key to retrieve the value from. If not supplied, the entire object is returned.