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