Difference between revisions of "Links or URL in model attributes"

(Created page with "Category:Analytica User Guide <languages /> <translate> Analytica User Guide > A '''''description''''', or other text attribute of a variable or other object, can con...")
 
Line 8: Line 8:
 
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
  
'''<a h[http://www.lumina.com/ ref="http://www.lumina.c]om">Click here</a>'''
+
'''<nowiki><a href="http://www.lumina.com/">Click here</a></nowiki>'''
  
 
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.
Line 14: Line 14:
 
'''In edit mode''':  
 
'''In edit mode''':  
  
[[File:Chapter9 22.png]]
+
[[File:Chapter9 21.png]]
  
 
'''In browse mode''':
 
'''In browse mode''':
  
[[File:Chapter9 23.png]]
+
[[File:Chapter9 22.png]]
  
 
==See Also==
 
==See Also==

Revision as of 14:17, 26 August 2015


Analytica User Guide >

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:

Chapter9 21.png

In browse mode:

Chapter9 22.png

See Also

Graphics, frames, and text in a diagram <- Hyperlinks in model documentation -> Sharing your model
Comments


You are not allowed to post comments.