From 8569373e8cb6163f182fe13ffbc44ea1b2c961cd Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 23 Feb 2006 03:38:15 +0000 Subject: more clean up work about validators. --- .../Controls/Samples/TCompareValidator/Home.page | 34 ++++++++++++- .../Controls/Samples/TDataTypeValidator/Home.page | 57 ++++++++++++++++++++++ .../Controls/Samples/TDataTypeValidator/Home.php | 8 +++ 3 files changed, 98 insertions(+), 1 deletion(-) create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page create mode 100644 demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.php (limited to 'demos/quickstart/protected/pages/Controls/Samples') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page index ab99436a..c5cec8af 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCompareValidator/Home.page @@ -1,7 +1,7 @@

TCompareValidator Samples

-

Note:TCompareValidator will start +

Note: TCompareValidator will start to validate only if both inputs are not empty.

@@ -39,6 +39,38 @@ Compare validator with client-side validation disabled: + + + + + + + + + +
+Comparing with a constant value: + + + + +
+Comparing with an integer: + + + + +
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page new file mode 100644 index 00000000..783769ff --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.page @@ -0,0 +1,57 @@ + + +

TDataTypeValidator Samples

+

Note: TDataTypeValidator will start +to validate only if both inputs are not empty.

+ + + + + + + + + + + + + + + + + + +
+Data type validator with default settings: + + + + +
+Data type validator with client-side validation disabled: + + + + +
+Validating a date input: + + + + +
+ +
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.php new file mode 100644 index 00000000..88d2dbf2 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TDataTypeValidator/Home.php @@ -0,0 +1,8 @@ + \ No newline at end of file -- cgit v1.2.3