diff options
author | xue <> | 2006-06-21 00:26:42 +0000 |
---|---|---|
committer | xue <> | 2006-06-21 00:26:42 +0000 |
commit | c72abec23e8b4255fcaaaa0fbede3341d0149ee8 (patch) | |
tree | 9264ed238ae3184a617b8d47aa0eb3c8d7362697 /HISTORY | |
parent | e1fdc054f90b8478e7c5b942263e66db3a35dca1 (diff) |
Fixed #231.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,7 +9,9 @@ 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: Ticket#231 - Added TButton.ButtonType property to allow reset button (Qiang)
ENH: Ticket#232 - Allow <%# %> and <%= %> embedded within property values (Qiang)
+
ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
ENH: Added TPageService.BasePageClass property (Qiang)
|