From: Alan Knowles Date: Wed, 16 Jan 2019 07:30:53 +0000 (+0800) Subject: Roo/tree/TreeLoader.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=3ff8d9db4f6adea4ae88cd0852ae2c276b7d8ae3 Roo/tree/TreeLoader.js --- diff --git a/Roo/tree/TreeLoader.js b/Roo/tree/TreeLoader.js index 938de152a5..d2c93e2d17 100644 --- a/Roo/tree/TreeLoader.js +++ b/Roo/tree/TreeLoader.js @@ -39,7 +39,9 @@ myTreeLoader.on("beforeload", function(treeLoader, node) { this.baseParams.category = node.attributes.category; }, this); -< + + + * * This would pass an HTTP parameter called "category" to the server containing * the value of the Node's "category" attribute. * @constructor