diff options
author | xue <> | 2006-04-25 02:28:03 +0000 |
---|---|---|
committer | xue <> | 2006-04-25 02:28:03 +0000 |
commit | 7fa4dd96f1ac0c57e6c67faf9f9dda46f1dd1b89 (patch) | |
tree | 1a7b17ced754a91c0e235b546534e516bbcac2cb /HISTORY | |
parent | c84f3e19b54cf54f525f4b2d158696ae32d1bf60 (diff) |
Some minor changes to TListControlValidator.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -11,9 +11,12 @@ BUG: TWizard did not stop navigation upon a validation failure (Qiang) ENH: TButton, TImageButton and TLinkButton now implement IButtonControl interface (Qiang)
ENH: TResponse::writeFile takes three additional parameters to allow sending memory data (Qiang)
ENH: TButtonColumn can now be a column of image buttons (Qiang)
+ENH: Format string in classes extending TDataGridColumn can now evaluate an expression (Qiang)
+ENH: Format string in classes extending TListControl can now evaluate an expression (Qiang)
CHG: Rewrote client-side javascript validators, check your client-side validation behaviour (Wei)
CHG: Updated the javascript Prototype library, a few utilties functions REMOVED, may break your existing javascript code. (Wei)
CHG: Build javascript without compression, only comments are removed. (Wei)
+NEW: TListControlValidator (Wei)
Version 3.0RC2 April 16, 2006
=============================
|