I am trying to integrate fullcalendar into my project.
In custom files insert this code… htmllink rel=“stylesheet” href=“./cal/js/fullcalendar.css”
script src=“./cal/js/fullcalendar.min.js”></script
script src=‘./cal/js/locale-all.js’></scriptbut a problem arises, it does not load the page, the problem is that fullcalendar.min.js loads before jquery and moment.
How can I load fullcalendar later? and where to insert the code?thanks
I had similar issues trying to use dhtmlxscheduler library/codeI think there are conflicts with some of the JS libraries.
I rem’d out the header.php /footer.php includes and dhtmlxscheduler library code displayed fine… in my case i am displaying the calendar in a new window on its own – no header/ footer etc… just the full dhtmlxscheduler calendar on its own.<?php // include_once $RELATIVE_PATH . "header.php" ?>inserted dhtmlxscheduler code here… here’s sample
Thanks, so it works.is there any method to remove:
<?php include_once "header.php"; ?> <?php include_once "footer.php"; ?>without unchecking the box "Include common files"Yah remove those header and footer.phpU can generate without, but you’ll lose a lot of functionality depending on what you need with the calendar