Up:create-button
Renders a button, intended for adding user-generated content.
Attributes
- Required
- string href - The URL to which the link should take the user. must be a canvas page
- Optional
- string title - Specifies the text to display as a tool tip for this link.
Sample code
<up:dashboard>
<up:create-button href="new.php">Create a new photo album</up:create-button>
</up:dashboard>
|
Requirements
Must be a child of up:dashboard.
Notes
- Displayed in the top right of the up:dashboard element, next to the application title.
- Each page may contain at most one create button