client-side validation
This commit is contained in:
parent
43a82b487e
commit
d9b75e50fc
|
@ -2,6 +2,7 @@
|
||||||
<html><head>
|
<html><head>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
<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>
|
<br>
|
||||||
|
|
||||||
<h2>3.4.0 -> 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 -> 3.6</h2>LAM now supports client-side validation (required + numceric fields). See htmlInputField::setValidationRule().<br>
|
||||||
|
<br>
|
||||||
|
<h2>3.4.0 -> 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>
|
<br>
|
||||||
<h2>3.3.0 -> 3.4.0</h2>
|
<h2>3.3.0 -> 3.4.0</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue