From a26837b0990f65b7091263026296d2aff68d9838 Mon Sep 17 00:00:00 2001 From: "ctrlaltca@gmail.com" <> Date: Wed, 18 Jan 2012 09:35:07 +0000 Subject: fixed #380 (TCustomValidator's ControlToValidate should be optional); added a quickstart example, updated 2 tests that were broken + HISTORY --- .../pages/Controls/Samples/TCustomValidator/Home.page | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page index 7c1bccfe..65195a55 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TCustomValidator/Home.page @@ -64,6 +64,19 @@ Custom validator with focus-on-error enabled and dynamic display: + + +Custom validator without ControlToValidate: + + + + + + + -- cgit v1.2.3