summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-08-28 02:21:48 +0000
committerxue <>2006-08-28 02:21:48 +0000
commit5a55bca3e31f4cefa2b3fa6e854431db91528837 (patch)
tree5e3ac35cce2397059e9165cc1edcc7faf8988ba5 /HISTORY
parent304427074ddf629fd2708b23a3fe0cd0122c05a8 (diff)
Moved createdOnTemplate() and addParsedObject() from TControl to TComponent so that template instantiation is more consistent among non-control components and controls.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3de56f39..aadb3ee6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,7 @@ ENH: Input controls in some datagrid columns can now be accessed in a named fash
CHG: Unify all client-side javascript event handler syntax. (Wei)
CHG: Added more conditions in the requirement checker (Qiang)
CHG: TControl::findControlsByType() now only returns objects of the specified type (Qiang)
+CHG: Moved createdOnTemplate() and addParsedObject() from TControl to TComponent (Qiang)
Version 3.0.3 August 6, 2006
============================