Changeset 1467 for trunk/UPGRADE

Show
Ignore:
Timestamp:
10/18/2006 07:57:08 PM (2 years ago)
Author:
wei
Message:

BC BREAK: Changed Validator property names:

- Validators ClientSide?.OnSuccess? becomes ClientSide?.OnValidationSuccess?,
- Validators ClientSide?.OnError? becomes ClientSide?.OnValidationError?,
- Validators OnSuccess? event becomes OnValidationSuccess?.
- Validators OnError? event becomes OnValidationError?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1452 r1467  
    1313version B between A and C, you need to following the instructions 
    1414for both A and B. 
     15 
     16 
     17Upgrading from v3.0.x 
     18--------------------- 
     19- Validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess,  
     20- Validators ClientSide.OnError becomes ClientSide.OnValidationError,  
     21- Validator OnSuccess event becomes OnValidationSuccess.  
     22- Validator OnError event becomes OnValidationError.  
     23 
    1524 
    1625Upgrading from v3.0.4