Created
April 17, 2012 15:29
-
-
Save hatched/2406817 to your computer and use it in GitHub Desktop.
PopupCalendarGroup syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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