X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6a7e4474cba9d8be4b2ec445e10f1691f7277c50..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.grid.GroupingView.html diff --git a/docs/output/Ext.grid.GroupingView.html b/docs/output/Ext.grid.GroupingView.html index 3175577b..d8271878 100644 --- a/docs/output/Ext.grid.GroupingView.html +++ b/docs/output/Ext.grid.GroupingView.html @@ -1,4 +1,6 @@ -
Properties Methods Events Config Options Direct Link
Observable
  GridView
    GroupingView

Class Ext.grid.GroupingView

Package:Ext.grid
Defined In:GroupingView.js
Class:GroupingView
Extends:GridView
Adds the ability for single level grouping to the grid. A GroupingStore +
Observable
+  GridView
+    GroupingView

Class Ext.grid.GroupingView

Package:Ext.grid
Defined In:GroupingView.js
Class:GroupingView
Extends:GridView
Adds the ability for single level grouping to the grid. A GroupingStore must be used to enable grouping. Some grouping characteristics may also be configured at the Column level
  • emptyGroupText
  • @@ -55,7 +57,7 @@ when the grid is initially rendered. The initially configured width of each column will be adjusted to fit the grid width and prevent horizontal scrolling. If columns are later resized (manually or programmatically), the other columns in the grid will not be resized to fit the grid width. -See forceFit also.
GridView cellSelector : String
The selector used to find cells internally (defaults to 'td.x-grid3-cell')
GridView cellSelectorDepth : Number
The number of levels to search for cells in event delegation (defaults to 4)
GridView columnsText : String
The text displayed in the 'Columns' menu item (defaults to 'Columns')
GridView deferEmptyText : Boolean
True to defer emptyText being applied until the store's +See forceFit also.
GridView cancelEditOnToggle : Boolean
True to cancel any editing when the group header is toggled. Defaults to true.
GroupingView cellSelector : String
The selector used to find cells internally (defaults to 'td.x-grid3-cell')
GridView cellSelectorDepth : Number
The number of levels to search for cells in event delegation (defaults to 4)
GridView columnsText : String
The text displayed in the 'Columns' menu item (defaults to 'Columns')
GridView deferEmptyText : Boolean
True to defer emptyText being applied until the store's first load (defaults to true).
GridView emptyGroupText : String
The text to display when there is an empty group value (defaults to '(None)'). May also be specified per column, see ...
The text to display when there is an empty group value (defaults to '(None)'). May also be specified per column, see Ext.grid.Column.emptyGroupText.
GroupingView emptyText : String
Default text (html tags are accepted) to display in the grid body when no rows @@ -64,11 +66,15 @@ are available (defaults to ''). This value will be used to update the this.mainBody.update('<div class="x-grid-empty">' + this.emptyText + '</div>');
GridView enableGrouping : Boolean
false to disable grouping functionality (defaults to true)
GroupingView enableGroupingMenu : Boolean
true to enable the grouping control in the column menu (defaults to true)
GroupingView enableNoGroups : Boolean
true to allow the user to turn off grouping (defaults to true)
GroupingView enableRowBody : Boolean
True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use ...
True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
GridView forceFit : Boolean
Defaults to false. Specify true to have the column widths re-proportioned -at all times. The initially configured wi...
Defaults to false. Specify true to have the column widths re-proportioned -at all times. The initially configured width of each +at all times. +The initially configured wid...

Defaults to false. Specify true to have the column widths re-proportioned +at all times.

+

The initially configured width of each column will be adjusted to fit the grid width and prevent horizontal scrolling. If columns are later resized (manually or programmatically), the other columns in the grid will be resized -to fit the grid width. See autoFill also.

GridView groupByText : String
Text displayed in the grid header menu for grouping by a column +to fit the grid width.

+

Columns which are configured with fixed: true are omitted from being resized.

+

See autoFill.

GridView groupByText : String
Text displayed in the grid header menu for grouping by a column (defaults to 'Group By This Field').
GroupingView groupMode : String
Indicates how to construct the group identifier. 'value' constructs the id using raw value, 'display' constructs the ...
Indicates how to construct the group identifier. 'value' constructs the id using raw value, 'display' constructs the id using the rendered value. Defaults to 'value'.
GroupingView groupRenderer : Function
This property must be configured in the Ext.grid.Column for @@ -95,7 +101,7 @@ See Ext.XTemplatenew Ext.grid.GroupingView({ groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})' }), -});
GroupingView headersDisabled : Boolean
True to disable the grid column headers (defaults to false). +});
GroupingView headerMenuOpenCls : String
The CSS class to add to the header cell when its menu is visible. Defaults to 'x-grid3-hd-menu-open'
GridView headersDisabled : Boolean
True to disable the grid column headers (defaults to false). Use the ColumnModel menuDisabled config to disable the m...
True to disable the grid column headers (defaults to false). Use the ColumnModel menuDisabled @@ -158,7 +164,7 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -});

Observable rowBodySelector : String
The selector used to find row bodies internally (defaults to 'div.x-grid3-row')
GridView rowBodySelectorDepth : Number
The number of levels to search for row bodies in event delegation (defaults to 10)
GridView rowSelector : String
The selector used to find rows internally (defaults to 'div.x-grid3-row')
GridView rowSelectorDepth : Number
The number of levels to search for rows in event delegation (defaults to 10)
GridView scrollOffset : Number
The amount of space to reserve for the vertical scrollbar +});

Observable markDirty : Boolean
True to show the dirty cell indicator when a cell has been modified. Defaults to true.
GridView rowBodySelector : String
The selector used to find row bodies internally (defaults to 'div.x-grid3-row')
GridView rowBodySelectorDepth : Number
The number of levels to search for row bodies in event delegation (defaults to 10)
GridView rowOverCls : String
The CSS class added to each row when it is hovered over. Defaults to 'x-grid3-row-over'
GridView rowSelector : String
The selector used to find rows internally (defaults to 'div.x-grid3-row')
GridView rowSelectorDepth : Number
The number of levels to search for rows in event delegation (defaults to 10)
GridView scrollOffset : Number
The amount of space to reserve for the vertical scrollbar (defaults to undefined). If an explicit value isn't specifi...
The amount of space to reserve for the vertical scrollbar (defaults to undefined). If an explicit value isn't specified, this will be automatically calculated.
GridView selectedRowClass : String
The CSS class applied to a selected row (defaults to 'x-grid3-row-selected'). An @@ -174,14 +180,14 @@ in the group header line. The prefix will con...
If in the group header line. The prefix will consist of the groupName (or the configured header if not provided) configured in the Ext.grid.Column for each set of grouped rows (defaults to true).
GroupingView showGroupsText : String
Text displayed in the grid header for enabling/disabling grouping -(defaults to 'Show in Groups').
GroupingView sortAscText : String
The text displayed in the 'Sort Ascending' menu item (defaults to 'Sort Ascending')
GridView sortClasses : Array
The CSS classes applied to a header when it is sorted. (defaults to ['sort-asc', 'sort-desc'])
GridView sortDescText : String
The text displayed in the 'Sort Descending' menu item (defaults to 'Sort Descending')
GridView startCollapsed : Boolean
true to start all groups collapsed (defaults to false)
GroupingView

Public Properties

PropertyDefined By
 sortAscText : String
The text displayed in the 'Sort Ascending' menu item (defaults to 'Sort Ascending')
GridView
 sortClasses : Array
The CSS classes applied to a header when it is sorted. (defaults to ['sort-asc', 'sort-desc'])
GridView
 sortDescText : String
The text displayed in the 'Sort Descending' menu item (defaults to 'Sort Descending')
GridView
 startCollapsed : Boolean
true to start all groups collapsed (defaults to false)
GroupingView

Public Properties

PropertyDefined By
 Ext.Template : masterTpl
The master template to use when rendering the GridView. Has a default template
GridView
 bodyTpl : Ext.Template
The template to use when rendering the body. Has a default template
GridView
 cellTpl : Ext.Template
The template to use to render each cell. Has a default template
GridView
 headerTpl : Ext.Template
The template to use when rendering headers. Has a default template
GridView

Public Methods

MethodDefined By