X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.grid.GridView.html diff --git a/docs/output/Ext.grid.GridView.html b/docs/output/Ext.grid.GridView.html index 0d807016..2c3fc107 100644 --- a/docs/output/Ext.grid.GridView.html +++ b/docs/output/Ext.grid.GridView.html @@ -1,4 +1,4 @@ -
Properties Methods Events Config Options Direct Link
Observable
  GridView

Class Ext.grid.GridView

Package:Ext.grid
Defined In:GridView.js
Class:GridView
Subclasses:GroupingView
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
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 @@ -8,7 +8,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 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 emptyText : String
Default text (html tags are accepted) to display in the grid body when no rows are available (defaults to ''). This v...
Default text (html tags are accepted) to display in the grid body when no rows are available (defaults to ''). This value will be used to update the mainBody: @@ -82,16 +82,18 @@ Ext.DomObserver = Ext.extend(Object, { typeAhead: true, mode: 'local', triggerAction: 'all' -});

Observable 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 19 pixels).
GridView selectedRowClass : String
The CSS class applied to a selected row (defaults to "x-grid3-row-selected"). An -example overriding the default styli...
The CSS class applied to a selected row (defaults to "x-grid3-row-selected"). An +});

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 +(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 +example overriding the default styli...
The CSS class applied to a selected row (defaults to 'x-grid3-row-selected'). An example overriding the default styling:
.x-grid3-row-selected {background-color: yellow;}
Note that this only controls the row, and will not do anything for the text inside it. To style inner facets (like text) use something like:
.x-grid3-row-selected .x-grid3-cell-inner {
         color: #FFCC00;
-    }
GridView 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

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

Public Properties

PropertyDefined By

Public Methods

MethodDefined By