Tags Order A-Z Category Context

<sn:editor-heading>

Renders its nested content as a heading above the editor formset.

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:editor action="">
  This is text inside the editor.
  <sn:editor-heading>This is the heading</sn:editor-heading>
 </sn:editor>
Play with this code in the sandbox
This is text inside the editor. This is the heading