Tags Order A-Z Category Context

<sn:else>

When placed inside an @link {@link SnIfTag} tag, it renders content if and only if the surrounding sn:if tag's value attribute is set to false.

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
  • : The changes field in the upper right hand corner of a user's home page

Code

<sn:if value="false">
   <sn:else>
    Look at me!
   </sn:else>
</sn:if>
Play with this code in the sandbox
Look at me!