X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/CompositeElementLite-more.html diff --git a/docs/source/CompositeElementLite-more.html b/docs/source/CompositeElementLite-more.html index 9543de9c..7a968836 100644 --- a/docs/source/CompositeElementLite-more.html +++ b/docs/source/CompositeElementLite-more.html @@ -1,11 +1,17 @@ - - - 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.CompositeElementLite */ Ext.apply(Ext.CompositeElementLite.prototype, { @@ -23,17 +29,6 @@ Ext.apply(Ext.CompositeElementLite.prototype, { return this; }, -
/** - * Clears this composite and adds the elements returned by the passed selector. - * @param {String/Array} els A string CSS selector, an array of elements or an element - * @return {CompositeElement} this - */ - fill : function(els){ - this.elements = []; - this.add(els); - return this; - }, -
/** * Returns the first Element * @return {Ext.Element} @@ -57,22 +52,6 @@ Ext.apply(Ext.CompositeElementLite.prototype, { */ contains : function(el){ return this.indexOf(el) != -1; - }, - -
/** - * Filters this composite to only elements that match the passed selector. - * @param {String} selector A string CSS selector - * @return {CompositeElement} this - */ - filter : function(selector){ - var els = []; - this.each(function(el){ - if(el.is(selector)){ - els[els.length] = el.dom; - } - }); - this.fill(els); - return this; },
/** @@ -101,6 +80,6 @@ Ext.apply(Ext.CompositeElementLite.prototype, { return this; } }); -
- +
+ \ No newline at end of file