Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / source / Component2.html
index a4d7c05..100a84a 100644 (file)
@@ -1,4 +1,21 @@
-<!DOCTYPE html><html><head><title>Sencha Documentation Project</title><link rel="stylesheet" href="../reset.css" type="text/css"><link rel="stylesheet" href="../prettify.css" type="text/css"><link rel="stylesheet" href="../prettify_sa.css" type="text/css"><script type="text/javascript" src="../prettify.js"></script></head><body onload="prettyPrint()"><pre class="prettyprint"><pre><span id='Ext-flash.Component-method-constructor'><span id='Ext-flash.Component'>/**
+<!DOCTYPE html>
+<html>
+<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>
+  <style type="text/css">
+    .highlight { display: block; background-color: #ddd; }
+  </style>
+  <script type="text/javascript">
+    function highlight() {
+      document.getElementById(location.hash.replace(/#/, "")).className = "highlight";
+    }
+  </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
  * @extends Ext.Component
  *
@@ -61,19 +78,19 @@ Ext.define('Ext.flash.Component', {
     alternateClassName: 'Ext.FlashComponent',
     alias: 'widget.flash',
 
-<span id='Ext-flash.Component-cfg-flashVersion'>    /**
+<span id='Ext-flash-Component-cfg-flashVersion'>    /**
 </span>     * @cfg {String} flashVersion
      * Indicates the version the flash content was published for. Defaults to &lt;tt&gt;'9.0.115'&lt;/tt&gt;.
      */
     flashVersion : '9.0.115',
 
-<span id='Ext-flash.Component-cfg-backgroundColor'>    /**
+<span id='Ext-flash-Component-cfg-backgroundColor'>    /**
 </span>     * @cfg {String} backgroundColor
      * The background color of the SWF movie. Defaults to &lt;tt&gt;'#ffffff'&lt;/tt&gt;.
      */
     backgroundColor: '#ffffff',
 
-<span id='Ext-flash.Component-cfg-wmode'>    /**
+<span id='Ext-flash-Component-cfg-wmode'>    /**
 </span>     * @cfg {String} wmode
      * The wmode of the flash object. This can be used to control layering. Defaults to &lt;tt&gt;'opaque'&lt;/tt&gt;.
      * Set to 'transparent' to ignore the {@link #backgroundColor} and make the background of the Flash
@@ -81,47 +98,47 @@ Ext.define('Ext.flash.Component', {
      */
     wmode: 'opaque',
 
-<span id='Ext-flash.Component-cfg-flashVars'>    /**
+<span id='Ext-flash-Component-cfg-flashVars'>    /**
 </span>     * @cfg {Object} flashVars
      * A set of key value pairs to be passed to the flash object as flash variables. Defaults to &lt;tt&gt;undefined&lt;/tt&gt;.
      */
 
-<span id='Ext-flash.Component-cfg-flashParams'>    /**
+<span id='Ext-flash-Component-cfg-flashParams'>    /**
 </span>     * @cfg {Object} flashParams
      * A set of key value pairs to be passed to the flash object as parameters. Possible parameters can be found here:
      * http://kb2.adobe.com/cps/127/tn_12701.html Defaults to &lt;tt&gt;undefined&lt;/tt&gt;.
      */
 
-<span id='Ext-flash.Component-cfg-flashAttributes'>    /**
+<span id='Ext-flash-Component-cfg-flashAttributes'>    /**
 </span>     * @cfg {Object} flashAttributes
      * A set of key value pairs to be passed to the flash object as attributes. Defaults to &lt;tt&gt;undefined&lt;/tt&gt;.
      */
 
-<span id='Ext-flash.Component-cfg-url'>    /**
+<span id='Ext-flash-Component-cfg-url'>    /**
 </span>     * @cfg {String} url
      * The URL of the SWF file to include. Required.
      */
 
-<span id='Ext-flash.Component-cfg-swfWidth'>    /**
+<span id='Ext-flash-Component-cfg-swfWidth'>    /**
 </span>     * @cfg {String/Number} swfWidth The width of the embedded SWF movie inside the component. Defaults to &quot;100%&quot;
      * so that the movie matches the width of the component.
      */
     swfWidth: '100%',
 
-<span id='Ext-flash.Component-cfg-swfHeight'>    /**
+<span id='Ext-flash-Component-cfg-swfHeight'>    /**
 </span>     * @cfg {String/Number} swfHeight The height of the embedded SWF movie inside the component. Defaults to &quot;100%&quot;
      * so that the movie matches the height of the component.
      */
     swfHeight: '100%',
 
-<span id='Ext-flash.Component-cfg-expressInstall'>    /**
+<span id='Ext-flash-Component-cfg-expressInstall'>    /**
 </span>     * @cfg {Boolean} expressInstall
      * True to prompt the user to install flash if not installed. Note that this uses
      * Ext.FlashComponent.EXPRESS_INSTALL_URL, which should be set to the local resource. Defaults to &lt;tt&gt;false&lt;/tt&gt;.
      */
     expressInstall: false,
 
-<span id='Ext-flash.Component-property-swf'>    /**
+<span id='Ext-flash-Component-property-swf'>    /**
 </span>     * @property swf
      * @type {Ext.core.Element}
      * A reference to the object or embed element into which the SWF file is loaded. Only
@@ -143,14 +160,14 @@ Ext.define('Ext.flash.Component', {
 
         this.callParent();
         this.addEvents(
-<span id='Ext-flash.Component-event-success'>            /**
+<span id='Ext-flash-Component-event-success'>            /**
 </span>             * @event success
              * Fired when the Flash movie has been successfully embedded
              * @param {Ext.flash.Component} this
              */
             'success',
 
-<span id='Ext-flash.Component-event-failure'>            /**
+<span id='Ext-flash-Component-event-failure'>            /**
 </span>             * @event failure
              * Fired when the Flash movie embedding fails
              * @param {Ext.flash.Component} this
@@ -192,7 +209,7 @@ Ext.define('Ext.flash.Component', {
         );
     },
 
-<span id='Ext-flash.Component-method-swfCallback'>    /**
+<span id='Ext-flash-Component-method-swfCallback'>    /**
 </span>     * @private
      * The callback method for handling an embedding success or failure by SWFObject
      * @param {Object} e The event object passed by SWFObject - see http://code.google.com/p/swfobject/wiki/api
@@ -209,7 +226,7 @@ Ext.define('Ext.flash.Component', {
         }
     },
 
-<span id='Ext-flash.Component-method-getSwfId'>    /**
+<span id='Ext-flash-Component-method-getSwfId'>    /**
 </span>     * Retrieve the id of the SWF object/embed element
      */
     getSwfId: function() {
@@ -236,7 +253,7 @@ Ext.define('Ext.flash.Component', {
     },
 
     statics: {
-<span id='Ext-flash.Component-property-EXPRESS_INSTALL_URL'>        /**
+<span id='Ext-flash-Component-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
@@ -245,4 +262,6 @@ Ext.define('Ext.flash.Component', {
         EXPRESS_INSTALL_URL: 'http:/' + '/swfobject.googlecode.com/svn/trunk/swfobject/expressInstall.swf'
     }
 });
-</pre></pre></body></html>
\ No newline at end of file
+</pre>
+</body>
+</html>