Tags Order A-Z Category Context

<sn:default>

The default case in an sn:switch tag.

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:switch>
  <sn:if value="false">
      This isn't it
   </sn:if>
   <sn:default>
     We have a winnah!
   </sn:default>
 </sn:switch>
Play with this code in the sandbox
We have a winnah!