Roo/bootstrap/Tooltip.js
authoredward <edward@roojs.com>
Tue, 21 Nov 2017 04:01:18 +0000 (12:01 +0800)
committeredward <edward@roojs.com>
Tue, 21 Nov 2017 04:01:18 +0000 (12:01 +0800)
Roo/bootstrap/Tooltip.js

index 18fe186..e5380f7 100644 (file)
@@ -160,6 +160,10 @@ Roo.extend(Roo.bootstrap.Tooltip, Roo.bootstrap.Component,  {
            ]
         };
         
+        if(this.cls){
+            cfg.cls += ' ' + this.cls;
+        }
+        
         return cfg;
     },
     bind : function(el)