# calContainer – (string:defaults to null) the id of the element that the calendar will be created in
# newDate – (string:defaults to the current date[null]) used to set the selected date (accepts the same date formats as the JavaScript Date object)
# view – (string:defaults to ‘month’) options are ‘month’, ‘week’, or ‘day’
# feedPlugin – (obj: default is empty string) an object that returns events in the JSON format
# feedSpan – (int: default is 3) the number of months (past and future) of events to retrieve.
# scroller – (bool: default is true) used to enable or disable the scroller. It should be set to false for small calendar.
# cEvents – (array: default is empty) used to manually enter events like so:
cEvents: [
{
title:'Get Groceries',
start:'2009-02-05',
end:'2009-02-06',
location:'Store'
},
{
title:'Party Time',
start:'2009-02-20T23:30:00-06:00',
end:'2009-02-20T24:30:00-06:00',
location:'Da Club'
},
{
title:'Hair Cut',
start:'2009-02-22T13:00:00-06:00',
end:'2009-02-22T13:30:00-06:00',
location:'Cuttin Corral'
}
]
Download:
Source:http://dansnetwork.com/mootools/events-calendar/source/
Demo:http://dansnetwork.com/mootools/events-calendar/demo/

Related Listings:
No comments yet.
RSS feed for comments on this post. TrackBack URL