diff options
author | xue <> | 2006-04-24 15:49:14 +0000 |
---|---|---|
committer | xue <> | 2006-04-24 15:49:14 +0000 |
commit | eabb6bc07abdc5d74032d44661545bbda9d20bbe (patch) | |
tree | 080ba3b3244817abb714a3c637bbeff0ab3c9d9b /HISTORY | |
parent | b181cd60a8fff5a94179f66fa1165952ed170a95 (diff) |
THttpResponse.writeFile can now use customized headers.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ BUG: Non-control components can now use expressions in their properties (Qiang) 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)
-ENH: TResponse::writeFile takes two additional parameters to allow sending memory data (Qiang)
+ENH: TResponse::writeFile takes three additional parameters to allow sending memory data (Qiang)
ENH: TButtonColumn can now be a column of image buttons (Qiang)
CHG: Rewrote client-side javascript validators, check your client-side validation behaviour (Wei)
CHG: Updated the javascript Prototype library, a few utilties functions REMOVED, may break your existing javascript code. (Wei)
|