roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 54ab469..4644c3c 100644 (file)
@@ -32759,12 +32759,16 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
         this.el.removeClass(['fade','top','bottom', 'left', 'right','in',
                              'bs-tooltip-top','bs-tooltip-bottom', 'bs-tooltip-left', 'bs-tooltip-right']);
 
+        Roo.log("TOOLTIP CLASS");
+        Roo.log(this.bindEl.attr('tooltip-class'));
         this.el.addClass(this.bindEl.attr('tooltip-class'));
         
         var placement = typeof this.placement == 'function' ?
             this.placement.call(this, this.el, on_el) :
             this.placement;
 
+        Roo.log("TOOLTIP PLACEMENT");
+        Roo.log(this.bindEl.attr('tooltip-placement'));
         if(this.bindEl.attr('tooltip-placement')) {
             placement = this.bindEl.attr('tooltip-placement');
         }