Up:help
Renders a help link.
Attributes
- Required
- string href - The URL to which the link should take the user.
- Optional
- string title - Specifies the text to display as a tool tip for this link.
Sample code
<up:dashboard>
<up:help href="help.php">Help Me!</up:help>
</up:dashboard>
|
Requirements
This tag must be a child of up:dashboard.
Notes