X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/output/Ext.grid.PropertyRecord.html diff --git a/docs/output/Ext.grid.PropertyRecord.html b/docs/output/Ext.grid.PropertyRecord.html index d2642825..36a979ad 100644 --- a/docs/output/Ext.grid.PropertyRecord.html +++ b/docs/output/Ext.grid.PropertyRecord.html @@ -1,64 +1,11 @@ -
-
- Properties - Methods - Events - Direct Link -
-

Class Ext.grid.PropertyRecord

- - - - - -
Package:Ext.grid
Defined In:PropertyGrid.js
Class:PropertyRecord
Extends:Object
-
- * -A specific Ext.data.Record type that represents a name/value pair and is made to work with the -Ext.grid.PropertyGrid. Typically, PropertyRecords do not need to be created directly as they can be -created implicitly by simply using the appropriate data configs either via the Ext.grid.PropertyGrid.source -config property or by calling Ext.grid.PropertyGrid.setSource. However, if the need arises, these records +

Class Ext.grid.PropertyRecord

Package:Ext.grid
Defined In:PropertyGrid.js
Class:PropertyRecord
Extends:Object
A specific Ext.data.Record type that represents a name/value pair and is made to work with the +Ext.grid.PropertyGrid. Typically, PropertyRecords do not need to be created directly as they can be +created implicitly by simply using the appropriate data configs either via the Ext.grid.PropertyGrid.source +config property or by calling Ext.grid.PropertyGrid.setSource. However, if the need arises, these records can also be created explicitly as shwon below. Example usage: -
var rec = new Ext.grid.PropertyRecord({
+
var rec = new Ext.grid.PropertyRecord({
     name: 'Birthday',
     value: new Date(Date.parse('05/26/1972'))
 });
 // Add record to an already populated grid
-grid.store.addSorted(rec);
- -
- -

Public Properties

-
This class has no public properties.
-

Public Methods

- - - - - - - - - - -
MethodDefined By
- -

Public Events

-
This class has no public events.
-
\ No newline at end of file +grid.store.addSorted(rec);

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file