X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/b37ceabb82336ee82757cd32efe353cfab8ec267..f5240829880f87e0cf581c6a296e436fdef0ef80:/examples/docs/output/Ext.ux.grid.filter.NumericFilter.html diff --git a/examples/docs/output/Ext.ux.grid.filter.NumericFilter.html b/examples/docs/output/Ext.ux.grid.filter.NumericFilter.html new file mode 100644 index 00000000..5a7e56d7 --- /dev/null +++ b/examples/docs/output/Ext.ux.grid.filter.NumericFilter.html @@ -0,0 +1,161 @@ +
Properties Methods Events Config Options Direct Link
Filter
  NumericFilter

Class Ext.ux.grid.filter.NumericFilter

Package:Ext.ux.grid.filter
Defined In:NumericFilter.js
Class:NumericFilter
Extends:Filter
Filters using an Ext.ux.menu.RangeMenu. +

Example Usage:

+
var filters = new Ext.ux.grid.GridFilters({
+    ...
+    filters: [{
+        type: 'numeric',
+        dataIndex: 'price'
+    }]
+});

Config Options

Config OptionsDefined By
 active : Boolean
Indicates the initial status of the filter (defaults to false).
Filter
 fieldCls : Object
The Class to use to construct each field item within this menu +Defaults to:
+fieldCls : Ext.form.NumberField
+
NumericFilter
 fieldCls : Object
The Class to use to construct each field item within this menu +Defaults to:
+fieldCls : Ext.form.NumberField
+
NumericFilter

Public Properties

PropertyDefined By
 active : Boolean
True if this filter is active. Use setActive() to alter after configuration.
Filter
 menu : Ext.menu.Menu
The filter configuration menu that will be installed into the filter submenu of a column menu.
Filter

Public Methods

MethodDefined By

Public Events

EventDefined By
\ No newline at end of file