Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Created January 23, 2014 04:03
Show Gist options
  • Save sagar-ganatra/8572631 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/8572631 to your computer and use it in GitHub Desktop.
'.js-timezoneSelect': {
observe: 'timezone',
selectOptions: {
collection: Repository.getTimezoneCollection(),
labelPath: 'timeZoneName',
valuePath: 'timeZoneId',
defaultOption: {
label: 'Select One',
value: null
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment