Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / EventProxy.html
diff --git a/docs/source/EventProxy.html b/docs/source/EventProxy.html
new file mode 100644 (file)
index 0000000..9287270
--- /dev/null
@@ -0,0 +1,23 @@
+<html>\r
+<head>\r
+  <title>The source code</title>\r
+    <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
+    <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
+</head>\r
+<body  onload="prettyPrint();">\r
+    <pre class="prettyprint lang-js"><div id="cls-Ext.FlashProxy"></div>/**\r
+ * @class Ext.FlashProxy\r
+ * @singleton\r
+ */\r
+Ext.FlashEventProxy = {\r
+    onEvent : function(id, e){\r
+        var fp = Ext.getCmp(id);\r
+        if(fp){\r
+            fp.onFlashEvent(e);\r
+        }else{\r
+            arguments.callee.defer(10, this, [id, e]);\r
+        }\r
+    }\r
+}</pre>    \r
+</body>\r
+</html>
\ No newline at end of file