X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..92c2b89db26be16707f4a805d3303ab2531006e1:/docs/output/Ext.tree.TreeSorter.html?ds=sidebyside diff --git a/docs/output/Ext.tree.TreeSorter.html b/docs/output/Ext.tree.TreeSorter.html index 37b5533a..98f57877 100644 --- a/docs/output/Ext.tree.TreeSorter.html +++ b/docs/output/Ext.tree.TreeSorter.html @@ -1,4 +1,4 @@ -
Package: | Ext.tree |
Defined In: | TreeSorter.js |
Class: | TreeSorter |
Extends: | Object |
Package: | Ext.tree |
Defined In: | TreeSorter.js |
Class: | TreeSorter |
Extends: | Object |
new Ext.tree.TreeSorter(myTree, {
@@ -8,11 +8,11 @@ Example usage:
// sort by a custom, typed attribute:
return parseInt(node.id, 10);
}
-});
Config Options | Defined By | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
caseSensitive : Boolean true for case-sensitive sort (defaults to false) | TreeSorter | |||||||||||||||||||||
dir : String The direction to sort ("asc" or "desc," case-insensitive, defaults to "asc") | TreeSorter | |||||||||||||||||||||
folderSort : Boolean True to sort leaf nodes under non-leaf nodes (defaults to false) | TreeSorter | |||||||||||||||||||||
leafAttr : String The attribute used to determine leaf nodes when folderSort = true (defaults to "leaf") | TreeSorter | |||||||||||||||||||||
property : String The named attribute on the node to sort by (defaults to "text"). Note that this
-property is only used if no sortTy... The named attribute on the node to sort by (defaults to "text"). Note that this
-property is only used if no sortType function is specified, otherwise it is ignored. | TreeSorter | |||||||||||||||||||||
sortType : Function A custom "casting" function used to convert node values before sorting. The function
+}); Config Options
Public PropertiesThis class has no public properties. Public MethodsThis class has no public methods. Public EventsThis class has no public events. |