X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/CompositeElement2.html diff --git a/docs/source/CompositeElement2.html b/docs/source/CompositeElement2.html index df0ffa51..9d4caaf2 100644 --- a/docs/source/CompositeElement2.html +++ b/docs/source/CompositeElement2.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.CompositeElement
  * @extends Ext.CompositeElementLite
  * <p>This class encapsulates a <i>collection</i> of DOM elements, providing methods to filter
@@ -74,7 +91,7 @@ iteration stops. This function is called with the following arguments:
      */
 });
 
-/**
+/**
  * Selects elements based on the passed CSS selector to enable {@link Ext.core.Element Element} methods
  * to be applied to many related elements in one statement through the returned {@link Ext.CompositeElement CompositeElement} or
  * {@link Ext.CompositeElementLite CompositeElementLite} object.
@@ -117,4 +134,6 @@ Ext.core.Element.select = function(selector, unique, root){
  * @member Ext
  * @method select
  */
-Ext.select = Ext.core.Element.select;
\ No newline at end of file +Ext.select = Ext.core.Element.select;
+ +