diff options
author | xue <> | 2006-01-16 05:26:31 +0000 |
---|---|---|
committer | xue <> | 2006-01-16 05:26:31 +0000 |
commit | acfdc83a0bb620d996c80a0787fd515121fcdca0 (patch) | |
tree | 048cdd4248f0110d37006a4c9c2c2306a122aa76 /demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php | |
parent | 6da2f379b1b4ddd0c27db2185ca7408b43a9a97a (diff) |
Added validator controls.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php b/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php new file mode 100644 index 00000000..88d2dbf2 --- /dev/null +++ b/demos/quickstart/protected/pages/Controls/Samples/TEmailAddressValidator/Home.php @@ -0,0 +1,8 @@ +<?php
+
+class Home extends TPage
+{
+
+}
+
+?>
\ No newline at end of file |