diff options
author | xue <> | 2006-06-15 02:13:39 +0000 |
---|---|---|
committer | xue <> | 2006-06-15 02:13:39 +0000 |
commit | fbbc9d2a517f97b9d961e19e0c205a8153e3a093 (patch) | |
tree | a42cbdbd1b18703c1db012ad2ef3e379b57122ec /HISTORY | |
parent | 377590870fabe2d2a9980e629c67b1aa7065fa92 (diff) |
Added OnValidate, OnError, OnSuccess events to validators
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ BUG: Ticket#213 - PRADO Requirements Checker charset error (Qiang) CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
CHG: CSS and JS files in a theme are now included in page in alphabetic order (Qiang)
+ENH: Ticket#206 - Added OnValidate, OnError, OnSuccess events to validators (Qiang)
ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
ENH: Added TPageService.BasePageClass property (Qiang)
|