summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2006-09-03 21:33:04 +0000
committerxue <>2006-09-03 21:33:04 +0000
commita90da4361d02a53204f198f19072e2d420b394f0 (patch)
treeecf9a1990fe1ffb9c9df405123c0e68504ecf8bb /UPGRADE
parenta55994488789e9c481aab5e3e49b15bd9718afc1 (diff)
Added TEnumerable and updated places where enumerable type should be used.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index b2781fee..ab916ea3 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -15,6 +15,10 @@ for both A and B.
Upgrading from v3.0.3
---------------------
+- The 'Static' value is changed to 'Fixed' for the Display property of
+ all validators as well as TValidationSummary, due to conflict with PHP keywords.
+- The 'List' value is changed to 'SimpleList' for the DisplayMode property
+ of TValidationSummary, due to conflict with PHP keywords.
- This change affects existing client-side javascript handlers such as
<com:TRequiredFieldValidator ClientSide.OnSuccess="xxx" />
All ClientSide javascript event handlers (such as ClientSide.OnSuccess)