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/TValidationSummary/Home.page | 25 ++++++++++++++++++++++ .../Controls/Samples/TValidationSummary/Home.php | 8 +++++++ 2 files changed, 33 insertions(+) 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/protected/pages/Controls/Samples/TValidationSummary') 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 -- cgit v1.2.3