X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..6e39d509471fe9b4e2660e0d1631b350d0c66f40:/docs/source/QuickTip.html diff --git a/docs/source/QuickTip.html b/docs/source/QuickTip.html index 10dfae77..f0ada14e 100644 --- a/docs/source/QuickTip.html +++ b/docs/source/QuickTip.html @@ -1,17 +1,12 @@ - - - The source code - - - - -
/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-
/** + + + + The source code + + + + +
/** * @class Ext.QuickTip * @extends Ext.ToolTip * @xtype quicktip @@ -103,13 +98,12 @@ Ext.QuickTip = Ext.extend(Ext.ToolTip, { this.clearTimer('show'); } }, - - // private + getTipCfg: function(e) { var t = e.getTarget(), ttp, cfg; - if(this.interceptTitles && t.title){ + if(this.interceptTitles && t.title && Ext.isString(t.title)){ ttp = t.title; t.qtip = ttp; t.removeAttribute("title"); @@ -226,6 +220,6 @@ Ext.QuickTip = Ext.extend(Ext.ToolTip, { Ext.QuickTip.superclass.hide.call(this); } }); -Ext.reg('quicktip', Ext.QuickTip);
- +Ext.reg('quicktip', Ext.QuickTip);
+ \ No newline at end of file