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