X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/output/Ext.fx.target.CompositeElement.js diff --git a/docs/output/Ext.fx.target.CompositeElement.js b/docs/output/Ext.fx.target.CompositeElement.js new file mode 100644 index 00000000..cb9fdb58 --- /dev/null +++ b/docs/output/Ext.fx.target.CompositeElement.js @@ -0,0 +1,77 @@ +Ext.data.JsonP.Ext_fx_target_CompositeElement({ + "tagname": "class", + "name": "Ext.fx.target.CompositeElement", + "doc": "

This class represents a animation target for a Ext.CompositeElement. It allows\neach Ext.core.Element in the group to be animated as a whole. In general this class will not be\ncreated directly, the Ext.CompositeElement will be passed to the animation and\nand the appropriate target will be created.

\n", + "extends": "Ext.fx.target.Element", + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "CompositeElement", + "member": "Ext.fx.target.Target", + "doc": "\n", + "params": [ + { + "type": "Mixed", + "name": "target", + "doc": "

The object to be animated

\n", + "optional": false + } + ], + "return": { + "type": "void", + "doc": "\n" + }, + "private": false, + "static": false, + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/target/Target.js", + "linenr": 1, + "html_filename": "Target.html", + "href": "Target.html#Ext-fx-target-Target-method-constructor", + "shortDoc": "\n" + } + ], + "property": [ + + ], + "event": [ + + ], + "filename": "/Users/nick/Projects/sencha/SDK/platform/src/fx/target/CompositeElement.js", + "linenr": 1, + "html_filename": "CompositeElement.html", + "href": "CompositeElement.html#Ext-fx-target-CompositeElement", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + "Ext.fx.target.Target", + "Ext.fx.target.Element" + ], + "subclasses": [ + "Ext.fx.target.CompositeElementCSS" + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file