X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.util.Sorter.js diff --git a/docs/output/Ext.util.Sorter.js b/docs/output/Ext.util.Sorter.js new file mode 100644 index 00000000..e4a24543 --- /dev/null +++ b/docs/output/Ext.util.Sorter.js @@ -0,0 +1,113 @@ +Ext.data.JsonP.Ext_util_Sorter({ + "tagname": "class", + "name": "Ext.util.Sorter", + "doc": "

Represents a single sorter that can be applied to a Store

\n", + "extends": "Object", + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + { + "tagname": "cfg", + "name": "direction", + "member": "Ext.util.Sorter", + "type": "String", + "doc": "

The direction to sort by. Defaults to ASC

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 27, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter-cfg-direction" + }, + { + "tagname": "cfg", + "name": "property", + "member": "Ext.util.Sorter", + "type": "String", + "doc": "

The property to sort by. Required unless sorter is provided

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 8, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter-cfg-property" + }, + { + "tagname": "cfg", + "name": "root", + "member": "Ext.util.Sorter", + "type": "String", + "doc": "

Optional root property. This is mostly useful when sorting a Store, in which case we set the\nroot to 'data' to make the filter pull the property out of the data object of each item

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 16, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter-cfg-root", + "shortDoc": "Optional root property. This is mostly useful when sorting a Store, in which case we set the\nroot to 'data' to make t..." + }, + { + "tagname": "cfg", + "name": "sorterFn", + "member": "Ext.util.Sorter", + "type": "Function", + "doc": "

A specific sorter function to execute. Can be passed instead of property

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 12, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter-cfg-sorterFn" + }, + { + "tagname": "cfg", + "name": "transform", + "member": "Ext.util.Sorter", + "type": "Function", + "doc": "

A function that will be run on each value before\nit is compared in the sorter. The function will receive a single argument,\nthe value.

\n", + "private": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 21, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter-cfg-transform", + "shortDoc": "A function that will be run on each value before\nit is compared in the sorter. The function will receive a single arg..." + } + ], + "method": [ + + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/util/Sorter.js", + "linenr": 1, + "html_filename": "Sorter.html", + "href": "Sorter.html#Ext-util-Sorter", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + "Ext.util.Grouper" + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file