search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

DayPilot.Modal.close Not Working

Asked by Anonymous
1 year 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.

Answer posted by Dan Letecky [DayPilot]
1 year ago.

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).

Comment posted by Anonymous
1 year ago.

"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.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.