Roo/QuickTips.js
authorAlan Knowles <alan@roojs.com>
Mon, 27 Jun 2016 04:39:58 +0000 (12:39 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 27 Jun 2016 04:39:58 +0000 (12:39 +0800)
Roo/QuickTips.js

index 1d8a5d5..ab7c885 100644 (file)
@@ -44,7 +44,7 @@ Roo.QuickTips = function(){
             t.removeAttribute("title");
             e.preventDefault();
         }else{
-            ttp = t.qtip || et.getAttributeNS(ns, cfg.attribute);
+            ttp = t.qtip || et.getAttributeNS(ns, cfg.attribute) || et.getAttributeNS(cfg.alt_namespace, cfg.attribute) ;
         }
         if(ttp){
             showProc = show.defer(tm.showDelay, tm, [{
@@ -385,7 +385,8 @@ target      Element/String/Array   An Element, id or array of ids that this quic
 
         // private
        tagConfig : {
-           namespace : "roo",
+           namespace : "roo", // was ext?? this may break..
+           alt_namespace : "ext",
            attribute : "qtip",
            width : "width",
            target : "target",