X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/d41dc04ad17d1d9125fb2cf72db2b4782dbe3a8c..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/docs/output/Ext.grid.GridView.html diff --git a/docs/output/Ext.grid.GridView.html b/docs/output/Ext.grid.GridView.html deleted file mode 100644 index 71e87cbb..00000000 --- a/docs/output/Ext.grid.GridView.html +++ /dev/null @@ -1,842 +0,0 @@ -
-
- 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. -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 -model of a Grid is held in an Ext.data.Store.

- -
- -

Config Options

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Config OptionsDefined By
  - - autoFill : Boolean
- True to auto expand the columns to fit the grid when the grid is created.
-
GridView
  - - cellSelector : String
- The selector used to find cells internally
-
GridView
  - - cellSelectorDepth : Number
- The number of levels to search for cells in event delegation (defaults to 4)
-
GridView
  - - deferEmptyText : Boolean
- True to defer emptyText being applied until the store's first load
-
GridView
  - - emptyText : String
- Default text to display in the grid body when no rows are available (defaults to '').
-
GridView
  - - rowSelector : String
- The selector used to find rows internally
-
GridView
  - - rowSelectorDepth : Number
- The number of levels to search for rows in event delegation (defaults to 10)
-
GridView
- -

Public Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
PropertyDefined By
  - - columnsText : String
- The text displayed in the "Columns" menu item
-
GridView
  - - dragZone : Ext.grid.GridDragZone -

This

-
-
GridView
  - - scrollOffset : Number
- The amount of space to reserve for the scrollbar (defaults to 19 pixels)
-
GridView
  - - sortAscText : String
- The text displayed in the "Sort Ascending" menu item
-
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
-
GridView
- -

Public Methods

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
MethodDefined By
- -

Public Events

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
EventDefined By
- -
\ No newline at end of file