diff --git a/lam/docs/modules-specification.htm b/lam/docs/modules-specification.htm index ba0b495b..a4afad91 100644 --- a/lam/docs/modules-specification.htm +++ b/lam/docs/modules-specification.htm @@ -297,6 +297,30 @@ head, 2 => message text, 3 => additional variables).
If no errors occured the function returns an empty array.

+

2.2.7. get_pdfEntries

+
+ + + + + + +
function get_PDF_Entries($scope)
+
+
+This function is called when a PDF is to be created.
+$scope is the account type +("user", "group", "host" at this time).
+It returns the fields which are printed in the PDF file for the specified +account type. At the monent there is no (easy) possibility for the user to +decide which fields are to be displayed. Perhaps there will be a PDF config +tool in future releases where you can offer the user to decide which fields are +to be displayed on the PDF file. The format of the array to be returned is +described in section 5. "PDF syntax".
+


3. Meta HTML code

@@ -481,6 +505,10 @@ Must be TRUE in this case. style="font-style: italic;">(REQUIRED)
The complete filename of the file stored under the help/ directory which should be displayed when this help entry is called. - +
+
+


+

+

5. PDF syntax