Hi,
How can i center a window, like an alert box.
Regards.
Try to use ‘position’: ‘center’ for the window:
dhx.ui({ view: “window”, position: ‘center’, … })
Thx so much