Difference between revisions of "Links or URL in model attributes"
DKontotasiou (talk | contribs) |
DKontotasiou (talk | contribs) |
||
Line 6: | Line 6: | ||
A '''''description''''', or other text attribute of a variable or other object, can contain a hyperlink to any web page. This is useful for linking to detailed explanations, data, or references for a model, or even to related downloadable Analytica models. In browse mode, hyperlinks appear convention- ally underlined in blue. When you click a hyperlink, your computer shows the indicated web page in your default web browser. | A '''''description''''', or other text attribute of a variable or other object, can contain a hyperlink to any web page. This is useful for linking to detailed explanations, data, or references for a model, or even to related downloadable Analytica models. In browse mode, hyperlinks appear convention- ally underlined in blue. When you click a hyperlink, your computer shows the indicated web page in your default web browser. | ||
− | To define or edit a hyperlink, enter edit mode, and use a standard HTML link syntax of the form | + | To define or edit a hyperlink, enter edit mode, and use a standard HTML link syntax of the form |
+ | <code><nowiki><a href="http://www.lumina.com/">Click here</a></nowiki></code> | ||
When you switch to browse mode, the HTML code displays as a hyperlink. | When you switch to browse mode, the HTML code displays as a hyperlink. |
Revision as of 09:59, 7 September 2015
Analytica User Guide > Creating Interfaces for End Users > Hyperlinks in model documentation
A description, or other text attribute of a variable or other object, can contain a hyperlink to any web page. This is useful for linking to detailed explanations, data, or references for a model, or even to related downloadable Analytica models. In browse mode, hyperlinks appear convention- ally underlined in blue. When you click a hyperlink, your computer shows the indicated web page in your default web browser.
To define or edit a hyperlink, enter edit mode, and use a standard HTML link syntax of the form
<a href="http://www.lumina.com/">Click here</a>
When you switch to browse mode, the HTML code displays as a hyperlink.
In edit mode:
In browse mode:
See Also
Graphics, frames, and text in a diagram <- | Hyperlinks in model documentation | -> Sharing your model |
Enable comment auto-refresher