X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/CheckboxSelectionModel.html diff --git a/docs/source/CheckboxSelectionModel.html b/docs/source/CheckboxSelectionModel.html index 224f9fed..470e6cf2 100644 --- a/docs/source/CheckboxSelectionModel.html +++ b/docs/source/CheckboxSelectionModel.html @@ -1,5 +1,6 @@ + The source code @@ -29,24 +30,24 @@ Ext.grid.CheckboxSelectionModel = Ext.extend(Ext.grid.RowSelectionModel, { * 'Select Rows'), but the automatic check all/none behavior will only work if the * 'x-grid3-hd-checker' class is supplied. */ - header: '
 
', + header : '
 
',
/** * @cfg {Number} width The default width in pixels of the checkbox column (defaults to 20). */ - width: 20, + width : 20,
/** * @cfg {Boolean} sortable true if the checkbox column is sortable (defaults to * false). */ - sortable: false, + sortable : false, // private - menuDisabled:true, - fixed:true, - dataIndex: '', - id: 'checker', + menuDisabled : true, + fixed : true, + dataIndex : '', + id : 'checker', - constructor: function(){ + constructor : function(){ Ext.grid.CheckboxSelectionModel.superclass.constructor.apply(this, arguments); if(this.checkOnly){