From 0c2b2cc4bca094554f32daeaee360fc60784a247 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 25 Nov 2006 04:07:39 +0000 Subject: doc fix. --- HISTORY | 4 +++- framework/Web/UI/WebControls/TBaseValidator.php | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/HISTORY b/HISTORY index 6d7ccff3..f2e5ab18 100644 --- a/HISTORY +++ b/HISTORY @@ -4,10 +4,12 @@ BUG: Ticket#188 - Postback js caused controls not inheritable (Qiang) ENH: Ticket#180, #222 - Prado js files are not rendered at the beginning of the form (Qiang) ENH: Ticket#99 - TXmlTransform control (Knut) ENH: Ticket#117 - added support to configure subproperties in a group. (Qiang) +NEW: Ajax support and active controls (Wei) +NEW: Data abstraction layer based on PDO (Qiang) +NEW: SQLMap (Wei) NEW: TOutputCache (Qiang) NEW: TQueue (Qiang) NEW: TSessionPageStatePersister (Qiang) -NEW: SQLMap (Wei) NEW: TFeedService, TRssFeedDocument (Knut, Qiang) NEW: TJsonService CHG: All validators ClientSide.OnSuccess becomes ClientSide.OnValidationSuccess, and OnSuccess event becomes OnValidationSuccess. (Wei) diff --git a/framework/Web/UI/WebControls/TBaseValidator.php b/framework/Web/UI/WebControls/TBaseValidator.php index 6f32ae4f..626bf13e 100644 --- a/framework/Web/UI/WebControls/TBaseValidator.php +++ b/framework/Web/UI/WebControls/TBaseValidator.php @@ -200,9 +200,9 @@ abstract class TBaseValidator extends TLabel implements IValidator * The client-side validator supports the following events. * # OnValidate -- raised before client-side validation is * executed. - * # OnSuccess -- raised after client-side validation is completed + * # OnValidationSuccess -- raised after client-side validation is completed * and is successfull, overrides default validator error messages updates. - * # OnError -- raised after client-side validation is completed + * # OnValidationError -- raised after client-side validation is completed * and failed, overrides default validator error message updates. * * You can attach custom javascript code to each of these events @@ -577,10 +577,10 @@ abstract class TBaseValidator extends TLabel implements IValidator * The OnValidate event is raise before the validator validation * functions are called. * - * The OnSuccess event is raised after the validator has successfully + * The OnValidationSuccess event is raised after the validator has successfully * validate the control. * - * The OnError event is raised after the validator fails validation. + * The OnValidationError event is raised after the validator fails validation. * * See the quickstart documentation for further details. * -- cgit v1.2.3