X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..e9397f91ede62d446aed37d23256e8938fc4c335:/docs/output/Ext.data.Record.html?ds=sidebyside diff --git a/docs/output/Ext.data.Record.html b/docs/output/Ext.data.Record.html index f3b74165..257272a0 100644 --- a/docs/output/Ext.data.Record.html +++ b/docs/output/Ext.data.Record.html @@ -1,4 +1,4 @@ -
Package: | Ext.data |
Defined In: | Record.js |
Class: | Record |
Extends: | Object |
Instances of this class encapsulate both Record definition information, and Record +
Package: | Ext.data |
Defined In: | Record.js |
Class: | Record |
Extends: | Object |
Instances of this class encapsulate both Record definition information, and Record value information for use in Ext.data.Store objects, or any code which needs to access Records cached in an Ext.data.Store object.
Constructors for this class are generated by passing an Array of field definition objects to create.
@@ -68,7 +68,7 @@ of the record being copied. See
Array o
)
:
- functiono
: Arrayo
: Array// create a Record constructor from a description of the fields
@@ -97,7 +97,7 @@ object must contain properties named after the one is auto-assigned
);
-myStore.add(myNewRecord);
function
Function