Hi:
We would like to center our custom appointment window without putting specific X, Ycoordinate, so when the user resizes the screen the dialog will be shown in the middle of the screen.
$("#customWindow").ejDialog({
width: 600,
height: "auto",
position: { X: 100, Y: 100 },
showOnInit: false,
enableModal: true,
title: "Create Availability",
enableResize: false,
allowKeyboardNavigation: false,
close: "clearFields"
});
Thanks in advanced.
David