From e1e034ced29b0b9bf11a49798b4fba4d3dd0164d Mon Sep 17 00:00:00 2001 From: wei <> Date: Fri, 21 Apr 2006 11:41:21 +0000 Subject: Update javascript libraries, rewrote client-side validators, removed some js files, simplified javascript compression. --- .../validators/protected/pages/CustomValidator.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/FunctionalTests/validators/protected/pages/CustomValidator.php (limited to 'tests/FunctionalTests/validators/protected/pages/CustomValidator.php') diff --git a/tests/FunctionalTests/validators/protected/pages/CustomValidator.php b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php new file mode 100644 index 00000000..ed1f9433 --- /dev/null +++ b/tests/FunctionalTests/validators/protected/pages/CustomValidator.php @@ -0,0 +1,14 @@ +isValid = $this->text1->Text == "Prado"; + } +} + +?> -- cgit v1.2.3