client-side validation

This commit is contained in:
Roland Gruber 2011-10-16 12:11:01 +00:00
parent 43a82b487e
commit d9b75e50fc
1 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,7 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
@ -19,7 +20,10 @@ This is a list of API changes for all LAM releases.
<br>
<h2>3.4.0 -&gt; 3.5.0</h2>The old meta HTML code is no longer supported. Please use the new solution based on htmlElement (see lib/html.inc).<br>
<h2>3.5.0 -&gt; 3.6</h2>LAM now supports client-side validation (required + numceric fields). See htmlInputField::setValidationRule().<br>
<br>
<h2>3.4.0 -&gt; 3.5.0</h2>
The old meta HTML code is no longer supported. Please use the new solution based on htmlElement (see lib/html.inc).<br>
<br>
<h2>3.3.0 -&gt; 3.4.0</h2>