diff options
author | xue <> | 2006-04-17 22:10:49 +0000 |
---|---|---|
committer | xue <> | 2006-04-17 22:10:49 +0000 |
commit | d813a484809142c5cce2e50bff0f805630cea7d9 (patch) | |
tree | 4c9e145601a3cdcc9bff4c2ff5f2cf8d53dc47e1 /HISTORY | |
parent | 0f2b34ef1ad76d94f43062f396b7a63e76051659 (diff) |
TButton, TImageButton and TLinkButton now implement IButtonControl interface
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ Version 3.0.0 May 1, 2006
=========================
BUG: Ticket#131 - TImageMap and TLinkButton continue to postback even client validator fails (Wei)
+BUG: TControl.Visible did not make use of overriden getVisible() (Qiang)
+BUG: TWizard did not stop navigation upon a validation failure (Qiang)
+ENH: TButton, TImageButton and TLinkButton now implement IButtonControl interface (Qiang)
Version 3.0RC2 April 16, 2006
=============================
|