summaryrefslogtreecommitdiff
path: root/framework/Web/UI
diff options
context:
space:
mode:
authorxue <>2008-01-04 21:51:27 +0000
committerxue <>2008-01-04 21:51:27 +0000
commit713b2aa2e7c4e380851eee80b4077437fa522f59 (patch)
tree865672c0520b9254d09875784ae0bfd2f30b4fd0 /framework/Web/UI
parente9e06f27b95cc784eea6d55d3d431b7763a56fca (diff)
fixed #707.
Diffstat (limited to 'framework/Web/UI')
-rw-r--r--framework/Web/UI/ActiveControls/TCallbackClientSide.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/Web/UI/ActiveControls/TCallbackClientSide.php b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
index 1c354c3e..55be341d 100644
--- a/framework/Web/UI/ActiveControls/TCallbackClientSide.php
+++ b/framework/Web/UI/ActiveControls/TCallbackClientSide.php
@@ -31,12 +31,12 @@
* - <b>onFailure</b> executed when callback request returns and fails.
* - <b>onException</b> raised when callback request fails due to request/response errors.
*
- * - <b>PostInputs</b> true to collect the form inputs and post them during callback, default is true.
+ * - <b>PostState</b> true to collect the form inputs and post them during callback, default is true.
* - <b>RequestTimeOut</b> The request timeout in milliseconds.
- * - <b>HasPriority</b> true to ensure that the callback request will be sent
- * immediately and will abort existing prioritized requests. It does not affect
+ * - <b>HasPriority</b> 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.
- * - <b>EnablePageStateUpdate</b> enable the callback response to enable the
+ * - <b>EnablePageStateUpdate</b> enable the callback response to enable the
* viewstate update. This will automatically set HasPrority to true when enabled.
*
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>