X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.tree.TreeLoader.html diff --git a/docs/output/Ext.tree.TreeLoader.html b/docs/output/Ext.tree.TreeLoader.html index bbbc7364..c1f80116 100644 --- a/docs/output/Ext.tree.TreeLoader.html +++ b/docs/output/Ext.tree.TreeLoader.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  TreeLoader

Class Ext.tree.TreeLoader

Package:Ext.tree
Defined In:TreeLoader.js
Class:TreeLoader
Extends:Observable
A TreeLoader provides for lazy loading of an Ext.tree.TreeNode's child +
Observable
  TreeLoader

Class Ext.tree.TreeLoader

Package:Ext.tree
Defined In:TreeLoader.js
Class:TreeLoader
Extends:Observable
A TreeLoader provides for lazy loading of an Ext.tree.TreeNode's child nodes from a specified URL. The response must be a JavaScript Array definition whose elements are node definition objects. e.g.:
[{
@@ -88,17 +88,17 @@ Ext.DomObserver = Ext.extend(Object, {
     typeAhead: true,
     mode: 'local',
     triggerAction: 'all'
-});

Observable paramOrder : Array/String
Defaults to undefined. Only used when using directFn. -A list of params to be executed -server side. Specify the par...
Defaults to undefined. Only used when using directFn. -A list of params to be executed -server side. Specify the params in the order in which they must be executed on the server-side +});

Observable nodeParameter : String
The name of the parameter sent to the server which contains +the identifier of the node. Defaults to 'node'.
TreeLoader paramOrder : Array/String
Defaults to undefined. Only used when using directFn. +Specifies the params in the order in which they must be passed...
Defaults to undefined. Only used when using directFn. +Specifies the params in the order in which they must be passed to the server-side Direct method as either (1) an Array of String values, or (2) a String of params delimited by either whitespace, comma, or pipe. For example, -any of the following would be acceptable:
paramOrder: ['param1','param2','param3']
-paramOrder: 'param1 param2 param3'
-paramOrder: 'param1,param2,param3'
-paramOrder: 'param1|param2|param'
TreeLoader paramsAsHash : Boolean
Only used when using directFn. +any of the following would be acceptable:
nodeParameter: 'node',
+paramOrder: ['param1','param2','param3']
+paramOrder: 'node param1 param2 param3'
+paramOrder: 'param1,node,param2,param3'
+paramOrder: 'param1|param2|param|node'
TreeLoader paramsAsHash : Boolean
Only used when using directFn. Send parameters as a collection of named arguments (defaults to false). Providing a ...
Only used when using directFn. Send parameters as a collection of named arguments (defaults to false). Providing a @@ -109,9 +109,11 @@ specify custom TreeLoader url : String
Equivalent to dataUrl.
TreeLoader

Public Properties

This class has no public properties.

Public Methods

MethodDefined By