Roo/DatePicker.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:27:02 +0000 (17:27 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:27:02 +0000 (17:27 +0800)
Roo/DatePicker.js

index aa6b19a..e3b66da 100644 (file)
@@ -19,7 +19,7 @@
  */
 Roo.DatePicker = function(config){
     Roo.DatePicker.superclass.constructor.call(this, config);
-Roo.log(config);
+
     this.value = config && config.value ?
                  config.value.clearTime() : new Date().clearTime();
 
@@ -193,6 +193,7 @@ Roo.extend(Roo.DatePicker, Roo.Component, {
 
     // private
     onRender : function(container, position){
+        Roo.log(config);
         var m = [
              '<table cellspacing="0">',
                 '<tr><td class="x-date-left"><a href="#" title="', this.prevText ,'">&#160;</a></td><td class="x-date-middle" align="center"></td><td class="x-date-right"><a href="#" title="', this.nextText ,'">&#160;</a></td></tr>',