| Issue 88: | Merge with jmonthcalendar? | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Was just wondering if you were aware of jmonthcalendar. That dev wants help. I'm not sure which project is greater but if both dev's worked together it might be best for the community. :)
Sep 8, 2009
Hi lucks17, For onMonthChanged you could use the monthDisplay triggered action: http://arshaw.com/fullcalendar/docs/#triggered-actions It's called after every time the user changes the month. If you need more control, you can build the navigation buttons yourself: http://arshaw.com/fullcalendar/docs/#navigation-methods That allows you to do pretty much anything that cares about changing months.
Nov 26, 2009
very true winhamwr, thanks. corn13read, i will think about it, but not sure how a merge would go when fullcalendar already has most of jmonthcalendar's features. if any type of relationship would happen, it would probably be incremental contributions to fullcalendar's codebase as opposed to a full-out merge, and i'd rather let jmonthcalendar's author initiate that.
Status:
Done
|
|
| ► Sign in to add a comment |
Totally aggre with you, I see that one project have some stuff than the other don't have. for example in the project: jmonthcalendar, it have: onMonthChanging: function(dateIn) { return true; }, onMonthChanged: function(dateIn) { return true; }, , and in this project, I want some similar function, OnMonthCick, maybe.