_showLink
Displays a link that goes to a linked page when you press it. --
Function
Thing Type or URL Type -> _showLink
(label, icon, tooltip, id) -> Value has not been set
- Receives -- Thing Type *or* URL Type
- The Thing or page to go to when this link is pressed
- label (optional)
- The text to display on this link, if any
- icon (optional)
- The icon to display on this link, if any
- tooltip (optional)
- The tooltip to show when the user hovers over this link
- id (optional)
- The HTML id to give to this link
- Produces
- The link as requested
_showLink receives a Link or External Link, and displays that
link as a link. You should always provide at least a label or an icon.