X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.tree.TreeSorter.html diff --git a/docs/output/Ext.tree.TreeSorter.html b/docs/output/Ext.tree.TreeSorter.html deleted file mode 100644 index 4045ea7a..00000000 --- a/docs/output/Ext.tree.TreeSorter.html +++ /dev/null @@ -1,18 +0,0 @@ -

Class Ext.tree.TreeSorter

Package:Ext.tree
Defined In:TreeSorter.js
Class:TreeSorter
Extends:Object
Provides sorting of nodes in a Ext.tree.TreePanel. The TreeSorter automatically monitors events on the -associated TreePanel that might affect the tree's sort order (beforechildrenrendered, append, insert and textchange). -Example usage:
-
new Ext.tree.TreeSorter(myTree, {
-    folderSort: true,
-    dir: "desc",
-    sortType: function(node) {
-        // sort by a custom, typed attribute:

-        return parseInt(node.id, 10);
-    }
-});

Config Options

Config OptionsDefined 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

Public Properties

This class has no public properties.

Public Methods

This class has no public methods.

Public Events

This class has no public events.
\ No newline at end of file