=solink(); function
Outline
The =solink(); Scripting Engine function creates a SuperOffice CRM image HTML tag. This function inherits the =image(); function and uses the functionality provided by the =image(); function and the systemvariables client_type, url_windows and url_web to create the Owl icon with the appropriate settings
Aliases
=solink();
Properties
Property | Datatype | Default value | Description |
---|---|---|---|
dialog | String | Sale |
Name of the dialog you want the SOLink to target: |
id | String | "" |
Elementid to link to: |
url | String | Ugle.gif |
URL of the image in this SOLink. By default this is the SO Owl icon but an other image can be provided through this property See =image(); function for further details |
target | String | "" | See =image(); function for details |
vars | Array | [] | See =image(); function for details |
Examples
=solink( ); =solink("dialog":"appointment"); =solink("dialog":"sale","id":"[sale_id]"); =solink("dialog":"appointment","id":"[appointment_id]","url":"more.gif"); =solink("dialog":"sale","id":"[sale_id]","url":"more.gif","target":"_blank"); =solink("dialog":"sale","id":"[sale_id]","url":"more.gif","target":"_blank", "vars":[0,"test"]);