Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / CheckboxSelectionModel.html
index 224f9fe..23d1ff5 100644 (file)
@@ -1,11 +1,17 @@
-<html>\r
-<head>\r
-  <title>The source code</title>\r
-    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
-    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body  onload="prettyPrint();">\r
-    <pre class="prettyprint lang-js"><div id="cls-Ext.grid.CheckboxSelectionModel"></div>/**\r
+<html>
+<head>
+  <title>The source code</title>
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
+</head>
+<body  onload="prettyPrint();">
+    <pre class="prettyprint lang-js">/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+<div id="cls-Ext.grid.CheckboxSelectionModel"></div>/**\r
  * @class Ext.grid.CheckboxSelectionModel\r
  * @extends Ext.grid.RowSelectionModel\r
  * A custom selection model that renders a column of checkboxes that can be toggled to select or deselect rows.\r
@@ -29,24 +35,24 @@ Ext.grid.CheckboxSelectionModel = Ext.extend(Ext.grid.RowSelectionModel, {
      * <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">&#160;</div>',\r
+    header : '<div class="x-grid3-hd-checker">&#160;</div>',\r
     <div id="cfg-Ext.grid.CheckboxSelectionModel-width"></div>/**\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
     <div id="cfg-Ext.grid.CheckboxSelectionModel-sortable"></div>/**\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
@@ -101,6 +107,6 @@ Ext.grid.CheckboxSelectionModel = Ext.extend(Ext.grid.RowSelectionModel, {
     renderer : function(v, p, record){\r
         return '<div class="x-grid3-row-checker">&#160;</div>';\r
     }\r
-});</pre>    \r
-</body>\r
+});</pre>
+</body>
 </html>
\ No newline at end of file