Changeset 2443 for trunk/framework/Web
- Timestamp:
- 04/21/2008 04:33:48 AM (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/framework/Web/UI/ActiveControls/TCallbackClientSide.php
r2352 r2443 19 19 * - <b>onPreDispatch</b> executed before a request is dispatched. 20 20 * - <b>onUninitialized</b> executed when callback request is uninitialized. 21 * - <b>onLoading</b> executed when callback request is initiated22 * - <b>onLoaded</b> executed when callback request begins.21 * - <b>onLoading</b>* executed when callback request is initiated 22 * - <b>onLoaded</b>* executed when callback request begins. 23 23 * - <b>onInteractive</b> executed when callback request is in progress. 24 24 * - <b>onComplete</b>executed when callback response returns. 25 25 * 26 * * Note that theses 2 events are not fired correctly by Opera. To make 27 * them work in this browser, Prado will fire them just after onPreDispatch. 28 * 29 * In a general way, onUninitialized, onLoading, onLoaded and onInteractive events 30 * are not implemented consistently in all browsers.When cross browser compatibility is 31 * needed, it is best to avoid use them 32 * 26 33 * The OnSuccess and OnFailure events are raised when the 27 34 * response is returned. A successful request/response will raise
