X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..HEAD:/docs/source/Component2.html diff --git a/docs/source/Component2.html b/docs/source/Component2.html index 100a84a5..4a2a54f5 100644 --- a/docs/source/Component2.html +++ b/docs/source/Component2.html @@ -3,8 +3,8 @@ The source code - - + + @@ -15,8 +15,8 @@ -
/**
- * @class Ext.flash.Component
+  
/**
+ * @class Ext.flash.Component
  * @extends Ext.Component
  *
  * A simple Component for displaying an Adobe Flash SWF movie. The movie will be sized and can participate
@@ -66,11 +66,6 @@
  *
  *     Ext.flash.Component.EXPRESS_INSTALL_URL = 'path/to/local/expressInstall.swf';
  *
- * @constructor
- * Creates a new Ext.flash.Component instance.
- * @param {Object} config The component configuration.
- *
- * @xtype flash
  * @docauthor Jason Johnston <jason@sencha.com>
  */
 Ext.define('Ext.flash.Component', {
@@ -140,7 +135,7 @@ Ext.define('Ext.flash.Component', {
 
     /**
      * @property swf
-     * @type {Ext.core.Element}
+     * @type {Ext.Element}
      * A reference to the object or embed element into which the SWF file is loaded. Only
      * populated after the component is rendered and the SWF has been successfully embedded.
      */
@@ -253,7 +248,7 @@ Ext.define('Ext.flash.Component', {
     },
 
     statics: {
-        /**
+        /**
          * Sets the url for installing flash if it doesn't exist. This should be set to a local resource.
          * See http://www.adobe.com/devnet/flashplayer/articles/express_install.html for details.
          * @static