X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/Tip.html?ds=sidebyside diff --git a/docs/source/Tip.html b/docs/source/Tip.html index df04629c..37a40ef9 100644 --- a/docs/source/Tip.html +++ b/docs/source/Tip.html @@ -1,13 +1,20 @@ - - - The source code - - - - -
/** + + + The source code + + + + +
/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+
/** * @class Ext.Tip * @extends Ext.Panel + * @xtype tip * This is the base class for {@link Ext.QuickTip} and {@link Ext.Tooltip} that provides the basic layout and * positioning that all tip-based classes require. This class can be used directly for simple, statically-positioned * tips that are displayed programmatically, or it can be extended to provide custom tip implementations. @@ -136,6 +143,8 @@ tip.showBy('my-el', 'tl-tr'); } }); +Ext.reg('tip', Ext.Tip); + // private - custom Tip DD implementation Ext.Tip.DD = function(tip, config){ Ext.apply(this, config); @@ -155,6 +164,6 @@ Ext.extend(Ext.Tip.DD, Ext.dd.DD, { endDrag : function(e){ this.tip.el.enableShadow(true); } -});
- +});
+ \ No newline at end of file