A javascript calendar based on MooTools.
Read events from a JSON (like this)
Double click on event to see the deafult event view.
Double click on month’s day to see the default event to add memo to calendar.
Drag and drop event in month view.
Drag and drop and resize event in diary view.
Every change send a request to back end, to store when ‘n what changed in the event.
Related Submissions:
- jQuery jMonthCalendar jMonthCalendar is a full month calendar that supports events. You simply initialize the calendar with options and an events array and it can handle the...
- Drag.Move - Drag and Drop with Mootools 1.2 Welcome to Day 12 of 30 Days of Mootools. Today we are going to take a close look at Drag.Move, a powerful Mootools class that...
- New MooTools Plugin: Request.Queue The MooTools Request class gives us the option to link together requests so that with a single instance of the class, if you’ve got a...
- Removing inline Javascript and using Mootools addEvent() Javascript lets us run program logic on the client-side, meaning we can change HTML Elements dynamically based on some logic without reloading the page with...
- Using jQuery or MooTools For Drag, Drop, Sort, Save One of my most popular posts has been Using MooTools 1.2 for Drag, Drop, Sort, Save. My post detailed how you can create a drag’n’drop,...