| Issue 497: | Set overlap order for events | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Allow to set an overlap index in order to set order for overlapping events. E.g. in the attached screenshot I can't get to the "x" to remove the event.
Jun 7, 2010
#1
tom.vand...@gmail.com
Jun 7, 2010
yes, we use the eventRender event to dynamically add an div with the x. the click() handler bound to the x-div then calls $( "#calendar" ).fullCalendar( "removeEvents", eventId );
Jun 16, 2010
he reto. i believe the best solution would be to just cause the events to render differently, so they dont visually overlap. merging with a different issue (this issue provides a code patch)...
Status:
Duplicate
Mergedinto: 218
Jun 17, 2010
Adam, Thanks! The code patch worked for us. So 497 is no longer an issue. Reto
Dec 23, 2013
i have the same issue .. in my case , i am editing only one particular event and others are non-editable .. the editable event have X button , which i want to remove the event .. but it gets hidden when other event is at same time . Can any one help me out .. the above image shows the same issue i am facing |
|
| ► Sign in to add a comment |