Changeset 2443 for trunk/framework/Web

Show
Ignore:
Timestamp:
04/21/2008 04:33:48 AM (9 months ago)
Author:
tof
Message:

Add a small note in documentation about TCallbackClientSide events.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/framework/Web/UI/ActiveControls/TCallbackClientSide.php

    r2352 r2443  
    1919 * - <b>onPreDispatch</b> executed before a request is dispatched. 
    2020 * - <b>onUninitialized</b> executed when callback request is uninitialized. 
    21  * - <b>onLoading</b> executed when callback request is initiated 
    22  * - <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. 
    2323 * - <b>onInteractive</b> executed when callback request is in progress. 
    2424 * - <b>onComplete</b>executed when callback response returns. 
    2525 * 
     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 *  
    2633 * The OnSuccess and OnFailure events are raised when the 
    2734 * response is returned. A successful request/response will raise