Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / docs / source / Component2.html
index 100a84a..4a2a54f 100644 (file)
@@ -3,8 +3,8 @@
 <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>The source code</title>
-  <link href="../prettify/prettify.css" type="text/css" rel="stylesheet" />
-  <script type="text/javascript" src="../prettify/prettify.js"></script>
+  <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
+  <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
   <style type="text/css">
     .highlight { display: block; background-color: #ddd; }
   </style>
@@ -15,8 +15,8 @@
   </script>
 </head>
 <body onload="prettyPrint(); highlight();">
-  <pre class="prettyprint lang-js"><span id='Ext-flash-Component-method-constructor'><span id='Ext-flash-Component'>/**
-</span></span> * @class Ext.flash.Component
+  <pre class="prettyprint lang-js"><span id='Ext-flash-Component'>/**
+</span> * @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
  *
  *     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 &lt;jason@sencha.com&gt;
  */
 Ext.define('Ext.flash.Component', {
@@ -140,7 +135,7 @@ Ext.define('Ext.flash.Component', {
 
 <span id='Ext-flash-Component-property-swf'>    /**
 </span>     * @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: {
-<span id='Ext-flash-Component-property-EXPRESS_INSTALL_URL'>        /**
+<span id='Ext-flash-Component-static-property-EXPRESS_INSTALL_URL'>        /**
 </span>         * 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