From eab6bb13b9efb3e1c6d725368368de4d74b00946 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 7 May 2007 04:17:37 +0000 Subject: Update Active Record docs. --- demos/quickstart/protected/pages/Controls/Validation.page | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Validation.page') diff --git a/demos/quickstart/protected/pages/Controls/Validation.page b/demos/quickstart/protected/pages/Controls/Validation.page index 78ec0a4e..74db7b07 100644 --- a/demos/quickstart/protected/pages/Controls/Validation.page +++ b/demos/quickstart/protected/pages/Controls/Validation.page @@ -31,7 +31,7 @@ Validators share a common set of properties, which are defined in the base class
  • FocusElementID - the ID of the HTML element that will receive focus if validation fails and FocusOnError is true.
  • -

    Prado Validation Controls

    +

    Prado Validation Controls

    TRequiredFieldValidator

    @@ -160,7 +160,7 @@ The summary can be displayed as a list, a bulleted list, or a single paragraph b

    Interacting the Validators

    -

    Resetting or Clearing of Validators

    +

    Resetting or Clearing of Validators

    Validators can be reset on the client-side using javascript by calling the Prado.Validation.reset(groupID) where groupID is the validator -- cgit v1.2.3