Tags Order A-Z Category Context

<sn:dashboard>

Renders a collection of links and a border under them. Optionally rendering a single create button.

Attributes

    None

Valid Contexts

  • : The area where your app is displayed alone
  • : The Bebo profile page
  • : On a notification page (after the user has clicked on a link in the email)
  • : On the invitations page

Code

<sn:dashboard>
   <sn:action label="Birch's profile" href="http://bebo.com/Profile.jsp?MemberId=1">Hi Birch!</sn:action>
   <sn:action label="scohen's profile" href="http://bebo.com/Profile.jsp?MemberId=4214469790">Hi scohen!</sn:action>
   <sn:create-button title="do it" href="doit.php">Do it now!</sn:create-button>
 </sn:dashboard>
Play with this code in the sandbox