X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/docs/output/Ext.grid.GridView.html diff --git a/docs/output/Ext.grid.GridView.html b/docs/output/Ext.grid.GridView.html index 91a601a2..e1e365fd 100644 --- a/docs/output/Ext.grid.GridView.html +++ b/docs/output/Ext.grid.GridView.html @@ -1,4 +1,5 @@ -
Properties Methods Events Config Options Direct Link
Observable
  GridView

Class Ext.grid.GridView

Package:Ext.grid
Defined In:GridView.js
Class:GridView
Subclasses:GroupingView, PivotGridView
Extends:Observable

This class encapsulates the user interface of an Ext.grid.GridPanel. +

Observable
+  GridView

Class Ext.grid.GridView

Package:Ext.grid
Defined In:GridView.js
Class:GridView
Subclasses:GroupingView, PivotGridView
Extends:Observable

This class encapsulates the user interface of an Ext.grid.GridPanel. Methods of this class may be used to access user interface elements to enable special display effects. Do not change the DOM structure of the user interface.

This class does not provide ways to manipulate the underlying data. The data @@ -16,11 +17,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 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 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). +to fit the grid width.

+

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

+

See autoFill.

GridView 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