Tags Order A-Z Category Context

<sn:editor-month>

Renders a HTML selector with the months as the keys. The months are one-based, so January=1, February=2... December=12.

Attributes

  • string < optional > A short label that is displayed to the left of the input Can be any string .
  • string < optional > The name of the input element. When the form is submitted, this is the name of the query string variable representing this element value. Can be any string .
  • boolean < optional > A flag to indicate if the widget should be marked as required. Must be a boolean .
  • string < optional > style of the

    element that is rendered for this widget. Can be any string .

  • string < optional > if set to true prevents the editor form rendering a label 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:editor action="#" labelwidth="200">
  <sn:editor-month label="In which month were you born?"/>
</sn:editor>
Play with this code in the sandbox