From 713b2aa2e7c4e380851eee80b4077437fa522f59 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 4 Jan 2008 21:51:27 +0000 Subject: fixed #707. --- framework/Web/UI/ActiveControls/TCallbackClientSide.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 1c354c3e..55be341d 100644 --- a/framework/Web/UI/ActiveControls/TCallbackClientSide.php +++ b/framework/Web/UI/ActiveControls/TCallbackClientSide.php @@ -31,12 +31,12 @@ * - onFailure executed when callback request returns and fails. * - onException raised when callback request fails due to request/response errors. * - * - PostInputs true to collect the form inputs and post them during callback, default is true. + * - 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 + * - 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 + * - EnablePageStateUpdate enable the callback response to enable the * viewstate update. This will automatically set HasPrority to true when enabled. * * @author Wei Zhuo -- cgit v1.2.3