added parameter for a popup in links

This commit is contained in:
Ralf Becker 2005-08-02 08:56:37 +00:00
parent a962d8cbf7
commit 6c6540ba82

View File

@ -381,12 +381,14 @@ implement only a subset of XUL. Here are the main differences:</p>
<b>a textual label</b><br />
The content is taken from the content-array but it can have an own label from
the label attribute too.<p>
<b>Options</b> has 4 comma-separated fields:<br />
<b>Options</b> has 5 comma-separated fields:<br />
<b>1.</b> if it contains a 'i' and/or a 'b' the content (not the label) is rendered
in italic and/or bold.<br />
<b>2.</b> if set to a menuaction, a link to that methode = app.class.method is put around the label<br />
<b>2.</b> link: if set to a menuaction string or an array with get-params (via the content-arry),
a link to that methode = app.class.method is put around the label<br />
<b>3.</b> if set URLs in the content get activated<br />
<b>4.</b> name of form-element the label is for: gives focus to that element if the label gets clicked
<b>4.</b> name of form-element the label is for: gives focus to that element if the label gets clicked<br />
<b>5.</b> widthxheight if a popup should be used for the link, eg. 600x400
</td>
</tr>
<tr>