X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..HEAD:/docs/source/CompositeElementCSS.html diff --git a/docs/source/CompositeElementCSS.html b/docs/source/CompositeElementCSS.html index 5a59e6fc..002a2f66 100644 --- a/docs/source/CompositeElementCSS.html +++ b/docs/source/CompositeElementCSS.html @@ -1,9 +1,26 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.fx.target.CompositeElementCSS
  * @extends Ext.fx.target.CompositeElement
  * 
  * This class represents a animation target for a {@link Ext.CompositeElement}, where the
- * constituent elements support CSS based animation. It allows each {@link Ext.core.Element} in 
+ * constituent elements support CSS based animation. It allows each {@link Ext.Element} in 
  * the group to be animated as a whole. In general this class will not be created directly, 
  * the {@link Ext.CompositeElement} will be passed to the animation and the appropriate target 
  * will be created.
@@ -20,4 +37,6 @@ Ext.define('Ext.fx.target.CompositeElementCSS', {
     setAttr: function() {
         return Ext.fx.target.ElementCSS.prototype.setAttr.apply(this, arguments);
     }
-});
\ No newline at end of file +});
+ +