DayPilot.Modal.close Not Working
Asked by Anonymous
3 years ago.
3 years ago.
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.
DayPilot