├── README.md ├── jquery-ui-modal.html └── index.html /README.md: -------------------------------------------------------------------------------- 1 | # FullCalendar Modal Example 2 | 3 | index.html: An example page showing how to use a BootStrap Modal with your FullCalendar events. 4 | From http://www.mikesmithdev.com/blog/fullcalendar-event-details-with-bootstrap-modal/ 5 | 6 | jquery-ui-modal.html: An example page showing how to use a jQuery UI dialog with your FullCalendar events. 7 | From http://www.mikesmithdev.com/blog/jquery-full-calendar-with-ui-modal-dialog/ 8 | 9 | A full working site example in node.js is available at https://github.com/MikeSmithDev/FullCalModal-Node and includes a 3rd example using gCal.js as the event source. 10 | -------------------------------------------------------------------------------- /jquery-ui-modal.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | 6 | 7 |from http://www.mikesmithdev.com/blog/fullcalendar-event-details-with-bootstrap-modal/
19 |from http://www.mikesmithdev.com/blog/fullcalendar-event-details-with-bootstrap-modal/
17 |