enhanced docs
This commit is contained in:
parent
1cc1261f80
commit
b64bed94f8
|
@ -19,6 +19,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||
|
||||
|
@ -37,6 +38,15 @@ This is a list of API changes for all LAM releases.
|
|||
<br>
|
||||
|
||||
<h2>4.1 -> 4.2</h2>New meta HTML classes: htmlEqualHeight, htmlAccordion<br>
|
||||
New functions in baseModule to reduce code:<br>
|
||||
<ul>
|
||||
<li>addSimpleInputTextField() to add text fields to the edit page</li>
|
||||
<li>addMultiValueInputTextField()/processMultiValueInputTextField() to add multi-value text fields to the edit page</li>
|
||||
<li>addSimpleSelfServiceTextField()/checkSimpleSelfServiceTextField() adds and checks a text field in self service</li>
|
||||
<li>addSimplePDFField() to create the PDF code for a simple text value<br>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<br>
|
||||
<h2>4.0 -> 4.1</h2>
|
||||
CSS changes:<br>
|
||||
|
|
Loading…
Reference in New Issue