Changeset 1388 for trunk/UPGRADE

Show
Ignore:
Timestamp:
09/04/2006 02:15:47 PM (2 years ago)
Author:
xue
Message:

merge from 3.0 branch till 1387

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r1351 r1388  
    1616Upgrading from v3.0.3 
    1717--------------------- 
     18- The 'Static' value is changed to 'Fixed' for the Display property of  
     19  all validators as well as TValidationSummary, due to conflict with PHP keywords. 
     20- The 'List' value is changed to 'SimpleList' for TValidationSummary.DisplayMode. 
     21- The 'List' value is changed to 'DropDownList' for TPager.Mode 
    1822- This change affects existing client-side javascript handlers such as 
    1923  <com:TRequiredFieldValidator ClientSide.OnSuccess="xxx" />