diff options
author | xue <> | 2006-04-15 14:21:40 +0000 |
---|---|---|
committer | xue <> | 2006-04-15 14:21:40 +0000 |
commit | b07499534b6d0ed57a2b80c4d95354ca3791c236 (patch) | |
tree | 29bfeefb0b543abee915dd4051652dabb413005a /HISTORY | |
parent | 0f380cd025dd9530b8faee7061d1957c5fd6cd9c (diff) |
Breaking change! Changed context of the expressions in template to the template control. Evaluations of <%= %> are now all in PreRender stage.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ BUG: Ticket#129 - TRadioButtonList in TWizard step does not postback correctly ( CHG: Moved localize() into PradoBase (Qiang)
CHG: List controls now use array keys as list item values even if the array is integer-indexed (Qiang)
CHG: THttpUtility::htmlEncode and htmlDecode now do not deal with & (Qiang)
+CHG: Expressions appeared in a template are evaluated in PreRender stage (Qiang)
+CHG: The context of expressions appeared in a template is changed to the template control (Qiang)
ENH: Optimized the representation and evaluation of template expressions (Qiang)
ENH: Added Raw layout to TDataList (Qiang)
ENH: Added TRepeater.DataKeys and TRepeater.DataKeyField (Qiang)
|