X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/src/data/NodeStore.js diff --git a/src/data/NodeStore.js b/src/data/NodeStore.js index 65621cc6..bd8dbac3 100644 --- a/src/data/NodeStore.js +++ b/src/data/NodeStore.js @@ -24,14 +24,16 @@ Ext.define('Ext.data.NodeStore', { requires: ['Ext.data.NodeInterface'], /** - * @cfg {Ext.data.Record} node The Record you want to bind this Store to. Note that + * @cfg {Ext.data.Model} node + * The Record you want to bind this Store to. Note that * this record will be decorated with the Ext.data.NodeInterface if this is not the * case yet. */ node: null, /** - * @cfg {Boolean} recursive Set this to true if you want this NodeStore to represent + * @cfg {Boolean} recursive + * Set this to true if you want this NodeStore to represent * all the descendents of the node in its flat data collection. This is useful for * rendering a tree structure to a DataView and is being used internally by * the TreeView. Any records that are moved, removed, inserted or appended to the @@ -41,7 +43,8 @@ Ext.define('Ext.data.NodeStore', { recursive: false, /** - * @cfg {Boolean} rootVisible false to not include the root node in this Stores collection (defaults to true) + * @cfg {Boolean} rootVisible + * False to not include the root node in this Stores collection. */ rootVisible: false,