summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorwei <>2006-09-14 00:47:58 +0000
committerwei <>2006-09-14 00:47:58 +0000
commit2606b91b9f25799fc652aa1eba9dd6bcc32cfcbd (patch)
tree8512822c5b378adb9bb98734faeede225288f6f8 /HISTORY
parent44fd6e5bfed1f5a7233f13459022f7881e348eaf (diff)
Make it easier to customise the look of the date picker using CssClass property.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c4c89ce4..8ec9eacc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,7 @@
Version 3.0.5 October 8, 2006
===============================
CHG: Ticket#358 - TFileUpload::saveAs() now returns false instead of exception when error (Qiang)
+ENH: Easier to customize the TDatePicker using CssClass (Wei)
ENH: Ticket#361 - Introduced include template tag that supports including external templates (Qiang)
ENH: Ticket#366 - white spaces are now allowed around attribute names in template (Qiang)
NEW: TLiteralColumn (Qiang)