X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.grid.PropertyRecord.html?ds=sidebyside diff --git a/docs/output/Ext.grid.PropertyRecord.html b/docs/output/Ext.grid.PropertyRecord.html deleted file mode 100644 index abb1e9fc..00000000 --- a/docs/output/Ext.grid.PropertyRecord.html +++ /dev/null @@ -1,11 +0,0 @@ -
Package: | Ext.grid |
Defined In: | PropertyGrid.js |
Class: | PropertyRecord |
Extends: | Object |
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);