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

This class specifies a generic target for an animation. It provides a wrapper around a\nseries of different types of objects to allow for a generic animation API.\nA target can be a single object or a Composite object containing other objects that are\nto be animated. This class and it's subclasses are generally not created directly, the\nunderlying animation will create the appropriate Ext.fx.target.Target object by passing\nthe instance to be animated.

\n\n

The following types of objects can be animated:\n- Components\n- Elements\n- Sprites

\n", + "extends": null, + "mixins": [ + + ], + "alternateClassNames": [ + + ], + "xtype": null, + "author": null, + "docauthor": null, + "singleton": false, + "private": false, + "cfg": [ + + ], + "method": [ + { + "tagname": "method", + "name": "Target", + "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/Target.js", + "linenr": 1, + "html_filename": "Target.html", + "href": "Target.html#Ext-fx-target-Target", + "cssVar": [ + + ], + "cssMixin": [ + + ], + "component": false, + "superclasses": [ + + ], + "subclasses": [ + "Ext.fx.target.Component", + "Ext.fx.target.Element", + "Ext.fx.target.Sprite" + ], + "mixedInto": [ + + ], + "allMixins": [ + + ] +}); \ No newline at end of file