diff --git a/etemplate/doc/referenz.html b/etemplate/doc/referenz.html index d65dbb84df..dcad57a88c 100644 --- a/etemplate/doc/referenz.html +++ b/etemplate/doc/referenz.html @@ -187,8 +187,8 @@ implement only a subset of XUL. Here are the main differences:

The label can contain variables, as descript for name. If the label starts with a '@' it is replaced by the value of the content-array at this index (with the '@'-removed and after expanding the variables).
- Note: The label gets always translated, if its longer than 1 char! If this is not - disired, use a label widget, place the not-to-translate label in the content-array + Note: The label gets always translated, if its longer than 1 char! If this is not + disired, use a label widget, place the not-to-translate label in the content-array and check NoTranslation or set the xml attribute no_lang. @@ -378,8 +378,10 @@ implement only a subset of XUL. Here are the main differences:

a textual label
The content is taken from the content-array but it can have an own label from the label attribute too.

- Options: if it contains a 'i' and/or a 'b' the content (not the label) is rendered - in italic and/or bold. + Options has 2 comma-separated fields:
+ 1. if it contains a 'i' and/or a 'b' the content (not the label) is rendered + in italic and/or bold.
+ 2. if set to a menuaction, a link to that methode = app.class.method is put around the label