X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/src/widgets/grid/CheckboxSelectionModel.js diff --git a/src/widgets/grid/CheckboxSelectionModel.js b/src/widgets/grid/CheckboxSelectionModel.js index 408fb981..7a4a52b1 100644 --- a/src/widgets/grid/CheckboxSelectionModel.js +++ b/src/widgets/grid/CheckboxSelectionModel.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.0.0 + * Ext JS Library 3.0.3 * Copyright(c) 2006-2009 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license @@ -28,24 +28,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){