X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsrc%2FRoo_data_Store.js.html;fp=docs%2Fsrc%2FRoo_data_Store.js.html;h=87793a74bdd57fc4fcfc3cada2213bc2a21226dd;hp=08e5223ce2c11e94d42b547e85202e52ee40abd0;hb=9c024aa0d7e78ad1630dca48384ef6586cd374d4;hpb=d25b2a59660233bd4af2b7c68dcdb508dd3b7727 diff --git a/docs/src/Roo_data_Store.js.html b/docs/src/Roo_data_Store.js.html index 08e5223ce2..87793a74bd 100644 --- a/docs/src/Roo_data_Store.js.html +++ b/docs/src/Roo_data_Store.js.html @@ -1,4 +1,4 @@ -/home/edward/gitlive/roojs1/Roo/data/Store.js/* +Roo/data/Store.js/* * Based on: * Ext JS Library 1.1.1 * Copyright(c) 2006-2007, Ext JS, LLC. @@ -451,6 +451,16 @@ this.loadRecords(r, {add: append}, true); }, + /** + * using 'cn' the nested child reader read the child array into it's child stores. + * @param {Object} rec The record with a 'children array + */ + loadDataFromChildren : function(rec) + { + this.loadData(this.reader.toLoadData(rec)); + }, + + /** * Gets the number of cached records. * <p>