Roo/form/BasicForm.js
authorEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:02:51 +0000 (17:02 +0800)
committerEdward <edward@roojs.com>
Tue, 23 Apr 2019 09:02:51 +0000 (17:02 +0800)
Roo/form/BasicForm.js

index c4e460d..ea414fb 100644 (file)
@@ -731,19 +731,19 @@ Roo.apply(Roo.form.BasicForm, {
             this.maskEl.bottom.enableDisplayMode("block");
             this.maskEl.right.enableDisplayMode("block");
             
-            this.toolTip = new Roo.bootstrap.Tooltip({
-                cls : 'roo-form-error-popover',
-                alignment : {
-                    'left' : ['r-l', [-2,0], 'right'],
-                    'right' : ['l-r', [2,0], 'left'],
-                    'bottom' : ['tl-bl', [0,2], 'top'],
-                    'top' : [ 'bl-tl', [0,-2], 'bottom']
-                }
-            });
-            
-            this.toolTip.render(Roo.get(document.body));
-
-            this.toolTip.el.enableDisplayMode("block");
+//            this.toolTip = new Roo.bootstrap.Tooltip({
+//                cls : 'roo-form-error-popover',
+//                alignment : {
+//                    'left' : ['r-l', [-2,0], 'right'],
+//                    'right' : ['l-r', [2,0], 'left'],
+//                    'bottom' : ['tl-bl', [0,2], 'top'],
+//                    'top' : [ 'bl-tl', [0,-2], 'bottom']
+//                }
+//            });
+//            
+//            this.toolTip.render(Roo.get(document.body));
+//
+//            this.toolTip.el.enableDisplayMode("block");
             
             Roo.get(document.body).on('click', function(){
                 this.unmask();