X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Number2.html diff --git a/docs/source/Number2.html b/docs/source/Number2.html index 7ca733ec..09d833b3 100644 --- a/docs/source/Number2.html +++ b/docs/source/Number2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.grid.column.Number
  * @extends Ext.grid.column.Column
  *
@@ -45,7 +62,7 @@ Ext.define('Ext.grid.column.Number', {
     requires: ['Ext.util.Format'],
     alternateClassName: 'Ext.grid.NumberColumn',
 
-    /**
+    /**
      * @cfg {String} format
      * A formatting string as used by {@link Ext.util.Format#number} to format a numeric value for this Column
      * (defaults to <code>'0,000.00'</code>).
@@ -55,4 +72,6 @@ Ext.define('Ext.grid.column.Number', {
         this.callParent(arguments);
         this.renderer = Ext.util.Format.numberRenderer(this.format);
     }
-});
\ No newline at end of file +});
+ +