X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/RowNumberer.html diff --git a/docs/source/RowNumberer.html b/docs/source/RowNumberer.html index f62169b5..c5345a6f 100644 --- a/docs/source/RowNumberer.html +++ b/docs/source/RowNumberer.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.grid.RowNumberer
  * @extends Ext.grid.column.Column
  * This is a utility class that can be passed into a {@link Ext.grid.column.Column} as a column config that provides
@@ -19,18 +36,18 @@ columns: [
 Ext.define('Ext.grid.RowNumberer', {
     extend: 'Ext.grid.column.Column',
     alias: 'widget.rownumberer',
-    /**
+    /**
      * @cfg {String} text Any valid text or HTML fragment to display in the header cell for the row
      * number column (defaults to '&#160').
      */
     text: "&#160",
 
-    /**
+    /**
      * @cfg {Number} width The default width in pixels of the row number column (defaults to 23).
      */
     width: 23,
 
-    /**
+    /**
      * @cfg {Boolean} sortable True if the row number column is sortable (defaults to false).
      * @hide
      */
@@ -63,4 +80,6 @@ Ext.define('Ext.grid.RowNumberer', {
         return store.indexOfTotal(record) + 1;
     }
 });
-
\ No newline at end of file +
+ +