X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Date2.html diff --git a/docs/source/Date2.html b/docs/source/Date2.html index 0188a0b6..0d5b0791 100644 --- a/docs/source/Date2.html +++ b/docs/source/Date2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.grid.column.Date
  * @extends Ext.grid.column.Column
  *
@@ -49,7 +66,7 @@ Ext.define('Ext.grid.column.Date', {
     requires: ['Ext.Date'],
     alternateClassName: 'Ext.grid.DateColumn',
 
-    /**
+    /**
      * @cfg {String} format
      * A formatting string as used by {@link Date#format Date.format} to format a Date for this Column.
      * This defaults to the default date from {@link Ext.Date#defaultFormat} which itself my be overridden
@@ -61,4 +78,6 @@ Ext.define('Ext.grid.column.Date', {
         this.callParent(arguments);
         this.renderer = Ext.util.Format.dateRenderer(this.format);
     }
-});
\ No newline at end of file +});
+ +