Tags Order A-Z Category Context

<sn:editor-time>

Renders a set of time selector fields.

Attributes

  • boolean < optional > Whether or not the dates should be rendered in 24 hour format. Must be a boolean . Default is false.
  • 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-time label="When does the mission start?" 24hour="true"/>
  <sn:editor-time label="When does the party start?" />
</sn:editor>
Play with this code in the sandbox

:

: