Searched refs:records (Results 1 - 12 of 12) sorted by relevance
| /yui3/src/recordset/js/ |
| H A D | recordset-filter.js | 48 var recs = this.get('host').get('records'), 61 records: YArray.filter(recs, filter) 77 records: YArray.reject(this.get('host').get('records'), filter) 93 records: YArray.grep(this.get('host').get('records'), pattern)
|
| H A D | recordset-base.js | 37 // 1. Instantiating new Y.Recordset() will not go into the setter of "records", and so it is necessary to create this._items in the initializer. 38 // 2. Instantiating new Y.Recordset({records: [{...}]}) will call the setter of "records" and create this._items. In this case, we don't want that to be overwritten by []. 50 * <dd>Array of new records to be added</dd> 56 * <p>Preventing this event will cause the new records NOT to be 69 * <dd>Array of records to be removed</dd> 71 * <dd>Number of records to be removed</dd> 74 * array from which to remove records</dd> 77 * <p>Preventing this event will cause the records NOT to be 86 * The Recordset is being flushed of all records [all...] |
| /yui3/build/recordset-filter/ |
| H A D | recordset-filter-debug.js | 50 var recs = this.get('host').get('records'), 63 records: YArray.filter(recs, filter) 79 records: YArray.reject(this.get('host').get('records'), filter) 95 records: YArray.grep(this.get('host').get('records'), pattern)
|
| /yui3/build/datatable-datasource/ |
| H A D | datatable-datasource-debug.js | 171 var records = (e.response && e.response.results) || []; 173 this.get("host").set("data", records);
|
| /yui3/build/datatable-datasource-deprecated/ |
| H A D | datatable-datasource-deprecated-debug.js | 171 var records = (e.response && e.response.results) || []; 173 this.get("host").get("recordset").set("records", records);
|
| /yui3/src/datatable/js/ |
| H A D | datatable-datasource.js | 169 var records = (e.response && e.response.results) || []; 171 this.get("host").set("data", records);
|
| /yui3/src/datatable-deprecated/js/ |
| H A D | datatable-datasource.js | 184 var records = (e.response && e.response.results) || []; 186 this.get("host").get("recordset").set("records", records);
|
| H A D | datatable-base.js | 244 * @param records {Array | Recordset} 250 rs = new Y.Recordset({records:rs}); 269 * Updates the UI if Recordset records are changed. 916 return new Y.Recordset({ records: [] });
|
| /yui3/build/recordset-base/ |
| H A D | recordset-base-debug.js | 96 // 1. Instantiating new Y.Recordset() will not go into the setter of "records", and so it is necessary to create this._items in the initializer. 97 // 2. Instantiating new Y.Recordset({records: [{...}]}) will call the setter of "records" and create this._items. In this case, we don't want that to be overwritten by []. 109 * <dd>Array of new records to be added</dd> 115 * <p>Preventing this event will cause the new records NOT to be 128 * <dd>Array of records to be removed</dd> 130 * <dd>Number of records to be removed</dd> 133 * array from which to remove records</dd> 136 * <p>Preventing this event will cause the records NOT to be 145 * The Recordset is being flushed of all records [all...] |
| /yui3/build/datatable-base-deprecated/ |
| H A D | datatable-base-deprecated-debug.js | 1024 * @param records {Array | Recordset} 1030 rs = new Y.Recordset({records:rs}); 1049 * Updates the UI if Recordset records are changed. 1696 return new Y.Recordset({ records: [] });
|
| /yui3/src/datatable/tests/ |
| H A D | datatable-core-tests.js | 795 records: [
|
| /yui3/src/datatable/tests/src/ |
| H A D | datatable-core.js | 793 records: [
|
Completed in 276 milliseconds