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