The dragDrop property (boolean) specifies whether the modal dialog can be moved by dragging its border.
Declaration
DayPilot.Modal.dragDropDefault Value
trueExample
const modal = new DayPilot.Modal({
dragDrop: false,
// ...
});
modal.showUrl("/dialog.html");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot