Roo/form/BasicForm.js
authorEdward <edward@roojs.com>
Wed, 24 Apr 2019 07:54:35 +0000 (15:54 +0800)
committerEdward <edward@roojs.com>
Wed, 24 Apr 2019 07:54:35 +0000 (15:54 +0800)
Roo/form/BasicForm.js

index 9ca3fba..5beb65a 100644 (file)
@@ -709,8 +709,6 @@ Roo.apply(Roo.form.BasicForm, {
         
         target : false,
         
-        toolTip : false,
-        
         intervalID : false,
         
         maskEl : false,
@@ -733,20 +731,6 @@ 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");
-            
             Roo.get(document.body).on('click', function(){
                 this.unmask();
             }, this);