From fceb3741d3b0c1e00e81a4a24caf7d49a86896b4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 22 Feb 2006 02:46:25 +0000 Subject: Updated some validators and relevant demos. --- .../Samples/TRequiredFieldValidator/Home.page | 74 +++++++++++++++++++++- 1 file changed, 71 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page index 36d02ced..e5c27cd0 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TRequiredFieldValidator/Home.page @@ -6,7 +6,7 @@ -Required field validator with default settings: +Validator with default settings: @@ -20,7 +20,7 @@ Required field validator with default settings: -Required field validator with client-side validation disabled: +Validator with client-side validation disabled: @@ -35,12 +35,13 @@ Required field validator with client-side validation disabled: -Required field validator with focus-on-error enabled and dynamic display: +Validator with focus-on-error enabled and dynamic display: @@ -48,6 +49,73 @@ Required field validator with focus-on-error enabled and dynamic display: + + +Validating if initial value (test) is changed: + + + + + + + + + + +Validating if checkbox is checked: + + + + + + + + + + +Validating if a selection has been made in a dropdown list: + + + + + + + + + + + + + + +Validating if a selection has been made in a dropdown list: + + + + + + + + + + + -- cgit v1.2.3