diff options
author | xue <> | 2006-09-02 12:00:12 +0000 |
---|---|---|
committer | xue <> | 2006-09-02 12:00:12 +0000 |
commit | 4cf72b151eba3357da19d670c8cccd49851a5fbe (patch) | |
tree | 154e5060ba746cfa772d2563a1b1989cb587aff8 /HISTORY | |
parent | 32feb309dc59ca50757431d627db7437c0e29073 (diff) |
Fixed #356.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ ENH: Uses uncompressed javascript in debug mode. (Wei) ENH: Cells in TDataGrid rows can now be accessed via the corresponding column IDs (Qiang) ENH: Input controls in some datagrid columns can now be accessed in a named fashion (Qiang) ENH: Prado::fatalError() now displays function parameter information (Qiang) +CHG: Ticket#356 - TLabel will not render if its associated control is invisible (Qiang) CHG: Validator the error message visibility before raising events OnError and OnSuccess (Wei) CHG: Unify all client-side javascript event handler syntax. (Wei) CHG: Added more conditions in the requirement checker (Qiang) |