diff options
author | xue <> | 2006-04-07 03:46:10 +0000 |
---|---|---|
committer | xue <> | 2006-04-07 03:46:10 +0000 |
commit | 4226093cc034dfbd25a5b9e9aee2778e795ee42a (patch) | |
tree | fadba0312deb52211b71360977cdad992c07abc3 /UPGRADE | |
parent | 123e74a758d84429f1a24e047f3b61e8ca0f6979 (diff) |
Merge from 3.0 till 868.
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,6 +1,6 @@ - Upgrading Instructions for PRADO Framework v3.0RC1
- ==================================================
+ Upgrading Instructions for PRADO Framework v3.0.0 RC2
+ =====================================================
!!!IMPORTANT!!!
@@ -14,8 +14,14 @@ version B between A and C, you need to following the instructions for both A and B.
-Upgrading from v3.0b
---------------------
+Upgrading from v3.0.0 RC1
+-------------------------
+- !!! The context of template expression/statements/databinding tags
+ is changed to the control owning the template. Previously, it was
+ the control representing the tag.
+
+Upgrading from v3.0.0 beta
+--------------------------
- THttpSession.UseCustomStorage replaces the previous Storage.
- Pagers in TDataGrid are now enclosed within panels. The event indicating
their creation is changed to OnPagerCreated instead of OnItemCreated.
@@ -27,8 +33,8 @@ Upgrading from v3.0b TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util
-Upgrading from v3.0a
---------------------
+Upgrading from v3.0.0 alpha
+---------------------------
All event names must start with 'On'.
|