MediaPost Social Network

Up:action

Renders a link, usually for navigational purposes. Its appearance depends on its container.

The tag must be a child of either up:dashboard or up:subtitle.

Attributes

  • Required
    • string href - The URL for the link. The URL 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:action href="new.php">Create a new photo album</up:action> 
   <up:action href="you.php">Photos of You</up:action>
 </up:dashboard>