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