From 8ef2f1302eed08d7bca37ef257f635ddf3a4d7ec Mon Sep 17 00:00:00 2001
From: tof <>
Date: Mon, 21 Apr 2008 09:33:48 +0000
Subject: Add a small note in documentation about TCallbackClientSide events.
---
framework/Web/UI/ActiveControls/TCallbackClientSide.php | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
(limited to 'framework/Web/UI')
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientSide.php b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
index 55be341d..1e9a816f 100644
--- a/framework/Web/UI/ActiveControls/TCallbackClientSide.php
+++ b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
@@ -18,11 +18,18 @@
*
* - onPreDispatch executed before a request is dispatched.
* - onUninitialized executed when callback request is uninitialized.
- * - onLoading executed when callback request is initiated
- * - onLoaded executed when callback request begins.
+ * - onLoading* executed when callback request is initiated
+ * - onLoaded* executed when callback request begins.
* - onInteractive executed when callback request is in progress.
* - onCompleteexecuted when callback response returns.
- *
+ *
+ * * Note that theses 2 events are not fired correctly by Opera. To make
+ * them work in this browser, Prado will fire them just after onPreDispatch.
+ *
+ * In a general way, onUninitialized, onLoading, onLoaded and onInteractive events
+ * are not implemented consistently in all browsers.When cross browser compatibility is
+ * needed, it is best to avoid use them
+ *
* The OnSuccess and OnFailure events are raised when the
* response is returned. A successful request/response will raise
* OnSuccess event otherwise OnFailure will be raised.
--
cgit v1.2.3