diff options
author | xue <> | 2006-06-21 13:42:04 +0000 |
---|---|---|
committer | xue <> | 2006-06-21 13:42:04 +0000 |
commit | 9af7e1312620de671c4312fbfd723b59ee4685df (patch) | |
tree | 61ec683fa83d0f03bf7d37d87de0850c73653011 /HISTORY | |
parent | da4d82f2df169e733e6dc0c76fd0df2cee607531 (diff) |
Merge from 3.0 branch till 1191.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,9 +20,12 @@ 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#230 - Added TDataList.EmptyTemplate property (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)
+ENH: Added TDataGrid.EmptyTemplate property (Qiang)
Version 3.0.1 June 4, 2006
==========================
|