-<html>\r
-<head>\r
- <title>The source code</title>\r
- <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
- <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
-</head>\r
-<body onload="prettyPrint();">\r
- <pre class="prettyprint lang-js"><div id="cls-Ext.Tip"></div>/**\r
+<html>
+<head>
+ <title>The source code</title>
+ <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+ <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
+</head>
+<body onload="prettyPrint();">
+ <pre class="prettyprint lang-js">/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+<div id="cls-Ext.Tip"></div>/**\r
* @class Ext.Tip\r
* @extends Ext.Panel\r
+ * @xtype tip\r
* This is the base class for {@link Ext.QuickTip} and {@link Ext.Tooltip} that provides the basic layout and\r
* positioning that all tip-based classes require. This class can be used directly for simple, statically-positioned\r
* tips that are displayed programmatically, or it can be extended to provide custom tip implementations.\r
}\r
});\r
\r
+Ext.reg('tip', Ext.Tip);\r
+\r
// private - custom Tip DD implementation\r
Ext.Tip.DD = function(tip, config){\r
Ext.apply(this, config);\r
endDrag : function(e){\r
this.tip.el.enableShadow(true);\r
}\r
-});</pre> \r
-</body>\r
+});</pre>
+</body>
</html>
\ No newline at end of file