Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / EventProxy.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js"><div id="cls-Ext.FlashProxy"></div>/**\r
9  * @class Ext.FlashProxy\r
10  * @singleton\r
11  */\r
12 Ext.FlashEventProxy = {\r
13     onEvent : function(id, e){\r
14         var fp = Ext.getCmp(id);\r
15         if(fp){\r
16             fp.onFlashEvent(e);\r
17         }else{\r
18             arguments.callee.defer(10, this, [id, e]);\r
19         }\r
20     }\r
21 }</pre>    \r
22 </body>\r
23 </html>