From 1c32172efb18e8d08ea483e2460813670ebfe1a5 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 30 Sep 2006 18:40:40 +0000 Subject: merge from 3.0 branch till 1451. --- .../protected/pages/Controls/Samples/TDataGrid/Sample3.page | 4 ++-- demos/quickstart/protected/pages/Controls/Validation.page | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page index 5fb19c6f..28b6288e 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page @@ -53,9 +53,9 @@ - + diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page index 119749db..2405fb45 100644 --- a/demos/quickstart/protected/pages/Controls/Validation.page +++ b/demos/quickstart/protected/pages/Controls/Validation.page @@ -151,7 +151,7 @@ The summary can be displayed as a list, a bulleted list, or a single paragraph b

-

Client and Server Side Conditional Validation

+

Client and Server Side Conditional Validation

All validators contains the following events.

    @@ -180,7 +180,7 @@ function onErrorHandler(sender, parameter) Where sender is the current client-side validator and parameter is the control that invoked the validator.

    -

    Conditional Validation Example

    +

    Conditional Validation Example

    The following example show the use of client-side and server side validator events. The example demonstrates conditional validation. -- cgit v1.2.3