From f71304ab8a599ef1ae79e7f25a5357ceb0f0dbed Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 6 Jun 2010 18:14:24 +0000 Subject: [PATCH] added new meta HTML --- lam/docs/devel/upgrade.htm | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lam/docs/devel/upgrade.htm b/lam/docs/devel/upgrade.htm index 229bef5a..4a50ddf8 100644 --- a/lam/docs/devel/upgrade.htm +++ b/lam/docs/devel/upgrade.htm @@ -3,6 +3,9 @@ + + + Upgrade notes @@ -20,7 +23,14 @@ This is a list of API changes for all LAM releases.
-

3.0.0 -> 3.1.0

The PDF editor now supports descriptive PDF +

3.0.0 -> 3.1.0

There is a new object-oriented library to +generate HTML for the account modules (e.g. used for +display_html_attributes()). This will allow additional functionality +like client side validation. Please see lib/html.inc or package +metaHTML in the phpdoc documentation.
+Attention: The old array-based meta HTML elements will only be supported until Q2/2011!
+
+The PDF editor now supports descriptive PDF fields. You can use this by returning an associative array for the PDF fields (e.g. array('macAddress' => _('MAC address'))) in get_pdfFields() or the meta data.
The old format is still supported. LAM will continue to show the field name as label in this case.