Show
Ignore:
Timestamp:
01/04/2008 03:51:27 PM (12 months ago)
Author:
xue
Message:

fixed #707.

Files:
1 modified

Legend:

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

    r1598 r2352  
    3232 * - <b>onException</b> raised when callback request fails due to request/response errors. 
    3333 * 
    34  * - <b>PostInputs</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. 
    3535 * - <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 
    3838 *   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 
    4040 *   viewstate update. This will automatically set HasPrority to true when enabled. 
    4141 *