├── 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 | Extend FullCalendar Events with Bootstrap Modal 8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 |
16 |
17 |

FullCalendar Events with jQuery UI Modal

18 |

from http://www.mikesmithdev.com/blog/fullcalendar-event-details-with-bootstrap-modal/

19 |
20 |
21 |
22 |
23 |
24 | 25 |
26 |
27 |

Read More

28 |
29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 188 | 189 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Extend FullCalendar Events with Bootstrap Modal 8 | 9 | 10 | 11 | 12 |
13 |
14 |
15 |

FullCalendar Events with Bootstrap Modal

16 |

from http://www.mikesmithdev.com/blog/fullcalendar-event-details-with-bootstrap-modal/

17 |
18 |
19 |
20 |
21 |
22 | 23 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 193 | 194 | --------------------------------------------------------------------------------