Tags Order A-Z Category Context

<sn:explanation>

Renders an explanation message. The message is set by either assigning a value to the message attribute of this tag or by adding an tag to the body of this tag.

Attributes

  • string < optional > The explanation message to display to the user. 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:explanation message="Motorcycles have two wheels"/>
 <hr/>
 <sn:explanation>
   <sn:message>Cars have four wheels</sn:message>
 </sn:explanation>
Play with this code in the sandbox

Motorcycles have two wheels


Cars have four wheels