From c33dfb2ef20c5838904ca7500b5fd5068e1c80ee Mon Sep 17 00:00:00 2001 From: duergner Date: Wed, 17 Mar 2004 15:40:59 +0000 Subject: [PATCH] *** empty log message *** --- lam/docs/modules-specification.htm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lam/docs/modules-specification.htm b/lam/docs/modules-specification.htm index aa54ae88..fcac2bec 100644 --- a/lam/docs/modules-specification.htm +++ b/lam/docs/modules-specification.htm @@ -289,7 +289,7 @@ page will be displayed.

This function is called when a page requests a help topic from this module.
-$scope is the help identifier; it must only contain a-z, A-Z, 0-9 +$helpID is the help identifier; it must only contain a-z, A-Z, 0-9 -, . and _.
It must return the help entry as array for the submitted help identifier. The format of the array to be returned is described in section 4. "Help entry syntax".

@@ -436,7 +436,12 @@ elements are not allowed here.
The text of this help entry. Can constist if any alpha-numeric characters and can contain placeholder for variables passed to this help entry. The placeholder must follow the syntax for placeholder defined by the PHP printf function. HTML/CSS elements are allowed here as long -as they follow the XHTML1.0 Strict specification. +as they follow the XHTML1.0 Strict specification.

+When placeholders are included you can submit the values that should be displayed there as arguments +when calling the templates/help.php file. There they are attached as var1, var2 +and so on. The names must follow the following rules:
+1. They must be named var$i where $i is any positive number except the '0'.
+2. This number ($i) must either be '1' or $i -1 must be present.

SeeAlso (OPTIONAL)
An array of references to anonther related subjects. Each row of the array must contain a field