X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/output/Ext.grid.CheckboxSelectionModel.html diff --git a/docs/output/Ext.grid.CheckboxSelectionModel.html b/docs/output/Ext.grid.CheckboxSelectionModel.html index 1e4277b1..4f7b4588 100644 --- a/docs/output/Ext.grid.CheckboxSelectionModel.html +++ b/docs/output/Ext.grid.CheckboxSelectionModel.html @@ -1,12 +1,12 @@
Observable
  AbstractSelectionModel
    RowSelectionModel
      CheckboxSelectionModel

Class Ext.grid.CheckboxSelectionModel

Package:Ext.grid
Defined In:CheckboxSelectionModel.js
Class:CheckboxSelectionModel
Extends:RowSelectionModel
A custom selection model that renders a column of checkboxes that can be toggled to select or deselect rows.

Config Options

Config OptionsDefined By
 checkOnly : Boolean
true if rows can only be selected by clicking on the -checkbox column (defaults to false).
CheckboxSelectionModel
 singleSelect : Boolean
true to allow selection of only one row at a time (defaults to false allowing multiple selections)
RowSelectionModel
 sortable : Boolean
true if the checkbox column is sortable (defaults to -false).
CheckboxSelectionModel
 width : Number
The default width in pixels of the checkbox column (defaults to 20).
CheckboxSelectionModel

Public Properties

PropertyDefined By
 grid : Object
The GridPanel for which this SelectionModel is handling selection. Read-only.
AbstractSelectionModel

Public Methods

MethodDefined By
 width : Number
The default width in pixels of the checkbox column (defaults to 20).
CheckboxSelectionModel

Public Properties

PropertyDefined By
 grid : Object
The GridPanel for which this SelectionModel is handling selection. Read-only.
AbstractSelectionModel

Public Methods

MethodDefined By

Public Events

EventDefined By

Public Events

EventDefined By
\ No newline at end of file