From d9b75e50fc3333738448c9cad140f7a91f81ce26 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 16 Oct 2011 12:11:01 +0000 Subject: [PATCH] client-side validation --- lam/docs/devel/upgrade.htm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 02d03bdf..77ac5fe0 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -2,6 +2,7 @@ + Upgrade notes @@ -19,7 +20,10 @@ This is a list of API changes for all LAM releases.
-

3.4.0 -> 3.5.0

The old meta HTML code is no longer supported. Please use the new solution based on htmlElement (see lib/html.inc).
+

3.5.0 -> 3.6

LAM now supports client-side validation (required + numceric fields). See htmlInputField::setValidationRule().
+
+

3.4.0 -> 3.5.0

+The old meta HTML code is no longer supported. Please use the new solution based on htmlElement (see lib/html.inc).

3.3.0 -> 3.4.0