X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/output/Ext.ux.grid.BufferView.html diff --git a/docs/output/Ext.ux.grid.BufferView.html b/docs/output/Ext.ux.grid.BufferView.html deleted file mode 100644 index bc9fddf8..00000000 --- a/docs/output/Ext.ux.grid.BufferView.html +++ /dev/null @@ -1,292 +0,0 @@ -
Properties Methods Events Config Options Direct Link
Observable
  GridView
    BufferView

Class Ext.ux.grid.BufferView

Package:Ext.ux.grid
Defined In:BufferView.js
Class:BufferView
Extends:GridView
A custom GridView which renders rows on an as-needed basis.

Config Options

Config OptionsDefined By
 borderHeight : Number
The combined height of border-top and border-bottom of a row.
BufferView
 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
 cleanDelay : Number
The number of milliseconds to buffer cleaning of extra rows not in the -cache.
BufferView
 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
 rowHeight : Number
The height of a row in the grid.
BufferView
 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
 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

Public Events

EventDefined By
\ No newline at end of file