diff options
author | xue <> | 2006-07-26 00:31:30 +0000 |
---|---|---|
committer | xue <> | 2006-07-26 00:31:30 +0000 |
commit | f5e26ba0787c0131ed37e08b283512e0858a2729 (patch) | |
tree | 839d2fd603057e907c1799ef868b0b9d1c6b1f45 /HISTORY | |
parent | 23c1e24188f510d7ea646218c150ccfa719011e0 (diff) |
Change TRadioButton.GlobalGroupName to TRadioButton.UniqueGroupName.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ BUG: Ticket#297 - THttpRequest::constructUrl() encoding bug about array GET para BUG: TDataGrid may complain getting ItemType on a non-object if the grid is not data-bound (Qiang) BUG: TCheckBox.Value should be converted to string (Qiang) CHG: Ticket#206 - TBaseValidator.OnValidate is raised only when the validator is visible (Qiang) -ENH: Ticket#178 - Added TRadioButton.GlobalGroupName property (Qiang) +ENH: Ticket#178 - Added TRadioButton.UniqueGroupName property (Qiang) ENH: Ticket#220 - TClientScripts method to import custom javascript files (Wei) ENH: Ticket#225 - TRadioButton::getRadioButtonsInGroup() added (Wei) ENH: Ticket#223 - Use TRequiredFieldValidator for TRadioButtons with GroupName property (Wei) |