-<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">/**\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.CompositeElementLite"></div>/**\r
* @class Ext.CompositeElementLite\r
*/\r
Ext.apply(Ext.CompositeElementLite.prototype, { \r
return this;\r
},\r
\r
- <div id="method-Ext.CompositeElementLite-fill"></div>/**\r
- * Clears this composite and adds the elements returned by the passed selector.\r
- * @param {String/Array} els A string CSS selector, an array of elements or an element\r
- * @return {CompositeElement} this\r
- */\r
- fill : function(els){\r
- this.elements = [];\r
- this.add(els);\r
- return this;\r
- },\r
- \r
<div id="method-Ext.CompositeElementLite-first"></div>/**\r
* Returns the first Element\r
* @return {Ext.Element}\r
*/\r
contains : function(el){\r
return this.indexOf(el) != -1;\r
- },\r
-\r
- <div id="method-Ext.CompositeElementLite-filter"></div>/**\r
- * Filters this composite to only elements that match the passed selector.\r
- * @param {String} selector A string CSS selector\r
- * @return {CompositeElement} this\r
- */\r
- filter : function(selector){\r
- var els = [];\r
- this.each(function(el){\r
- if(el.is(selector)){\r
- els[els.length] = el.dom;\r
- }\r
- });\r
- this.fill(els);\r
- return this;\r
},
<div id="method-Ext.CompositeElementLite-removeElement"></div>/**\r
return this;\r
} \r
});
-</pre> \r
-</body>\r
+</pre>
+</body>
</html>
\ No newline at end of file