roojs-ui.js
[roojs1] / roojs-debug.js
index 02b235c..6689121 100644 (file)
@@ -32833,8 +32833,6 @@ Roo.extend(Roo.BasicDialog, Roo.util.Observable, {
         }
 
         this.lastZIndex = index;
-        
-        Roo.BasicDialog.lastZIndex = this.lastZIndex;
     },
 
     /**
@@ -33089,10 +33087,6 @@ Roo.extend(Roo.LayoutDialog, Roo.BasicDialog, {
     addxtype : function(c) {
         return this.layout.addxtype(c);
     }
-});
-
-Roo.apply(Roo.BasicDialog,  {
-    lastZIndex : 9000
 });/*
  * Based on:
  * Ext JS Library 1.1.1
@@ -47494,8 +47488,6 @@ Roo.apply(Roo.form.BasicForm, {
         
         target : false,
         
-        toolTip : false,
-        
         intervalID : false,
         
         maskEl : false,
@@ -47518,20 +47510,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);