diff options
author | wei <> | 2006-04-27 08:39:55 +0000 |
---|---|---|
committer | wei <> | 2006-04-27 08:39:55 +0000 |
commit | 4aa1f46fcb508271b09cb5736d8bd0ef7206941d (patch) | |
tree | 09bc3e09d94e7cd768e904eaab14e523255af3a1 /HISTORY | |
parent | b387c4ae04ed2854dab5cd608468a95d3d49721c (diff) |
Added client-side events to client-side validators. see tests/FunctionalTests/features/index.php?page=ValidatorEffects
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,12 +16,16 @@ ENH: TButtonColumn can now be a column of image buttons (Qiang) ENH: TLiteral will display body content if Text is empty (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)
+ENH: Custom visual effects can be added to client-side validators. (Wei)
+ENH: TJavascript::encode() allows raw javascript code when string begins with "javascript:" (Wei)
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)
CHG: TDatePicker's date can be set using Date property, it value must be in same format as DateFormat, TimeStamp must be set as integer (wei)
CHG: TSimpleDateFormatter::parse() now return an integer or null on parse error (Wei)
NEW: TListControlValidator (Wei)
+NEW: TClientScript (Wei)
+
Version 3.0RC2 April 16, 2006
|