Changeset 2352 for trunk/framework/Web/UI
- Timestamp:
- 01/04/2008 03:51:27 PM (12 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/ActiveControls/TCallbackClientSide.php
r1598 r2352 32 32 * - <b>onException</b> raised when callback request fails due to request/response errors. 33 33 * 34 * - <b>Post Inputs</b> true to collect the form inputs and post them during callback, default is true.34 * - <b>PostState</b> true to collect the form inputs and post them during callback, default is true. 35 35 * - <b>RequestTimeOut</b> The request timeout in milliseconds. 36 * - <b>HasPriority</b> true to ensure that the callback request will be sent 37 * immediately and will abort existing prioritized requests. It does not affect 36 * - <b>HasPriority</b> true to ensure that the callback request will be sent 37 * immediately and will abort existing prioritized requests. It does not affect 38 38 * callbacks that are not prioritized. 39 * - <b>EnablePageStateUpdate</b> enable the callback response to enable the 39 * - <b>EnablePageStateUpdate</b> enable the callback response to enable the 40 40 * viewstate update. This will automatically set HasPrority to true when enabled. 41 41 *
