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

How can i style modal pop-up

Asked by Anonymous
6 months ago.

I want to style modal-pop up taht shows up,want to make it look like microsoft calendar pop-up

Answer posted by Dan Letecky [DayPilot]
6 months ago.

You can either override selected styles of the built-in theme or create a custom theme and apply it using the theme property:

const modal = await DayPilot.Modal.form(form, data, { theme: "my_theme" });
This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.