From 473e29dfcec480bd146bc31e42f0f9438b7210f9 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 16 Jan 2006 22:22:39 +0000 Subject: Added validation examples. --- .../Controls/Samples/TCompareValidator/Home.page | 42 ++++++++++++++++++++++ .../Controls/Samples/TCompareValidator/Home.php | 8 +++++ .../Controls/Samples/TValidationSummary/Home.page | 25 +++++++++++++ .../Controls/Samples/TValidationSummary/Home.php | 8 +++++ .../protected/pages/Controls/Validation.page | 5 +++ 5 files changed, 88 insertions(+) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.php create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php (limited to 'demos/quickstart') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page new file mode 100644 index 00000000..7abed86a --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page @@ -0,0 +1,42 @@ + + +

TCompareValidator Samples

+ + + + + + + + + + + + + +
+Compare validator with default settings: + + + + + +
+Compare validator with client-side validation disabled: + + + + + +
+ +
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.php new file mode 100644 index 00000000..88d2dbf2 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page new file mode 100644 index 00000000..75ca9c52 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.page @@ -0,0 +1,25 @@ + + +

TValidationSummary Samples

+ + + + + + + + + +
+Required field validator with default settings: + + + + + +
+ +
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php new file mode 100644 index 00000000..88d2dbf2 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TValidationSummary/Home.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page index b0bf46e1..f37df4d6 100644 --- a/demos/quickstart/protected/pages/Controls/Validation.page +++ b/demos/quickstart/protected/pages/Controls/Validation.page @@ -32,4 +32,9 @@

+

TValidationSummary

+

+

+ + \ No newline at end of file -- cgit v1.2.3