From 6818eb71061580a636831b8e6c0ba8aca2c3420b Mon Sep 17 00:00:00 2001
From: "ctrlaltca@gmail.com" <>
Date: Thu, 2 Jun 2011 16:03:13 +0000
Subject: documentation galore: TCallbackClientSide, TCallbackOptions and
TCallbackClientScript
---
framework/Web/UI/ActiveControls/TCallbackClientSide.php | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
(limited to 'framework/Web/UI/ActiveControls/TCallbackClientSide.php')
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientSide.php b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
index 31b806c3..cc3b9449 100644
--- a/framework/Web/UI/ActiveControls/TCallbackClientSide.php
+++ b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
@@ -22,6 +22,9 @@
* - onLoaded* executed when callback request begins.
* - onInteractive executed when callback request is in progress.
* - onCompleteexecuted when callback response returns.
+ * - onSuccess executed when callback request returns and is successful.
+ * - onFailure executed when callback request returns and fails.
+ * - onException raised when callback request fails due to request/response errors.
*
* * 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.
@@ -29,22 +32,18 @@
* 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.
*
- * - onSuccess executed when callback request returns and is successful.
- * - onFailure executed when callback request returns and fails.
- * - onException raised when callback request fails due to request/response errors.
- *
* - PostState true to collect the form inputs and post them during callback, default is true.
* - RequestTimeOut The request timeout in milliseconds.
* - HasPriority true to ensure that the callback request will be sent
* immediately and will abort existing prioritized requests. It does not affect
* callbacks that are not prioritized.
* - EnablePageStateUpdate enable the callback response to enable the
- * viewstate update. This will automatically set HasPrority to true when enabled.
+ * viewstate update. This will automatically set HasPriority to true when enabled.
*
* @author Wei Zhuo
* @version $Id$
--
cgit v1.2.3