Tags Order A-Z Category Context

<sn:editor-cancel>

Renders a cancel link inside the sn:editor tag.

Attributes

  • string < optional > The linked text in the button. Can be any string .
  • string < optional > The url to load when the link is clicked. Can be any url . Default is #.

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:editor action="#">
   <sn:editor-cancel value="Oops, I didn't mean to do this" href="http://www.bebo.com"/>
 </sn:editor>
Play with this code in the sandbox