/*!
- * Ext JS Library 3.0.0
+ * Ext JS Library 3.1.0
* Copyright(c) 2006-2009 Ext JS, LLC
* licensing@extjs.com
* http://www.extjs.com/license
* <tt>'Select Rows'</tt>), but the automatic check all/none behavior will only work if the\r
* <tt>'x-grid3-hd-checker'</tt> class is supplied.\r
*/\r
- header: '<div class="x-grid3-hd-checker"> </div>',\r
+ header : '<div class="x-grid3-hd-checker"> </div>',\r
/**\r
* @cfg {Number} width The default width in pixels of the checkbox column (defaults to <tt>20</tt>).\r
*/\r
- width: 20,\r
+ width : 20,\r
/**\r
* @cfg {Boolean} sortable <tt>true</tt> if the checkbox column is sortable (defaults to\r
* <tt>false</tt>).\r
*/\r
- sortable: false,\r
+ sortable : false,\r
\r
// private\r
- menuDisabled:true,\r
- fixed:true,\r
- dataIndex: '',\r
- id: 'checker',\r
+ menuDisabled : true,\r
+ fixed : true,\r
+ dataIndex : '',\r
+ id : 'checker',\r
\r
- constructor: function(){\r
+ constructor : function(){\r
Ext.grid.CheckboxSelectionModel.superclass.constructor.apply(this, arguments);\r
\r
if(this.checkOnly){\r