Open modal with : var modal1 = new DayPilot.Modal(); modal1.showUrl("/page/edit");
But in this "/page/edit" page DayPilot.Modal.close(); not working
if include daypilot-all.min.js file in "/page/edit" file modal design not appear.
In order to access objects from the "DayPilot" namespace, you need to include "daypilot-all.min.js".
In this case, this means you need to include it in both pages (in the main page and in the modal content page).
"I am facing some problems with DayPilot, particularly with the incorporation of the 'daypilot-all.min.js' script and the design of the modal, which seems to be empty.