Skip to content

Instantly share code, notes, and snippets.

@hatched
Created April 17, 2012 15:29
Show Gist options
  • Save hatched/2406817 to your computer and use it in GitHub Desktop.
Save hatched/2406817 to your computer and use it in GitHub Desktop.
PopupCalendarGroup syntax
//This is here to run this function on pageload.
var pageCalendars = new Y.PopupCalendarGroup({
calendars: [
{
start: {
input: Y.one('.start-date')
//additional popup-calendar configs
},
end: {
input: Y.one('.end-date')
//additional popup-calendar configs
}
}
]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment