| Issue 487: | toggle editable, callback function | |
| 2 people starred this issue and may be notified of changes. | Back to list |
Hi a, great project. I suggest a new feature, a function, a switch in editable mode or stick mode. Now i made it my own but it's not so nice. I do a new set up for the calendar if you hit te edit mode (bewerken). see (bewerken) in : http://system.klikschema.nl/calendar_demo.php Other thing is the datapicker(ui) i use, it was really hard to find a solution to set the picker after a callback from the json event.I'll used the jquery .ajaxComplete(function(e, xhr, settings) to make this work. Can make a trigger function(events,view) that give me the possiblity to set the datapicker after a callback
Jul 5, 2010
Project Member
#1
adamrs...@gmail.com
Status:
Done
Jul 6, 2010
Hi Arshaw, indeed the "editable" is like issue 293 , sorry for that. The oncomplet callback from a json fetch that is what a need. If fullcalendar has any adjustments i want to update my datapicker. see the link above(it's working again). If you drag a event the datacolor(blue) in the picker for that event.start date will change So, when the fullcalendar fetch the events i need a callback function that tells me there are some changes. I can retrieve the event by $('#calendar').fullCalendar('clientEvents'); nice in this way is a callback(events, view) I'll hope you understand me better now? |
|
| ► Sign in to add a comment |