mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
added parameter for a popup in links
This commit is contained in:
parent
a962d8cbf7
commit
6c6540ba82
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user