Calender_Sunday - x5_test

Andre E
Logout
Go to content

Calender_Sunday

Tutorials
in step 2 select the page for the calendar, use properties button and goto expert tab.

set in the pulldown before closing the HEAD tag this code:

<script src='appsresources/fullcalendar-2.2.6.min.js'></script>
<script>

   $(document).ready(function() {

       $('#calendar').fullCalendar({
       });

   });

</script>
Back to content