Roo/bootstrap/DateField.js
authorEdward <edward@roojs.com>
Fri, 21 Sep 2018 03:37:32 +0000 (11:37 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Sep 2018 03:37:32 +0000 (11:37 +0800)
Roo/bootstrap/DateField.js

index 1688e99..0f29612 100644 (file)
@@ -227,7 +227,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
         this.showMode();
         
         if(this.isInline) {
-            this.showpopup();
+            this.showPopup();
         }
     },
     
@@ -510,7 +510,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
     onFocus : function()
     {
         Roo.bootstrap.DateField.superclass.onFocus.call(this);
-        this.show();
+        this.showPopup();
     },
     
     onBlur : function()
@@ -590,7 +590,7 @@ Roo.extend(Roo.bootstrap.DateField, Roo.bootstrap.Input,  {
     {
         if (!this.picker().isVisible()){
             if (e.keyCode == 27) { // allow escape to hide and re-show picker
-                this.show();
+                this.showPopup();
             }
             return;
         }