summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-06-21 01:02:05 +0000
committerxue <>2006-06-21 01:02:05 +0000
commit0054751b4abbb98faf378c8d0517a22be14b6c96 (patch)
treec1e5a0db5d11f168cc70bac7080dd01c7a4070af /HISTORY
parentc72abec23e8b4255fcaaaa0fbede3341d0149ee8 (diff)
Fixed #230.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3489fc71..3dd5672a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9,6 +9,7 @@ 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)