Tags Order A-Z Category Context

<sn:create-button>

Button that indicates that content will be created when pushed. A child of the <sn:dashboard> tag. The text inside of the link is set by the child element.

Attributes

  • string < required > The url inside the link. Can be any url .
  • string < optional > The tool tip text of the link. Can be any string .

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:create-button href="create.jsp" title="Create a new widget">
     Create a new widget
   </sn:create-button>
 </sn:dashboard>
Play with this code in the sandbox