Center Window

Hi,

How can i center a window, like an alert box.

Regards.

Hi,

Try to use ‘position’: ‘center’ for the window:

dhx.ui({
view: “window”,
position: ‘center’,

})

Thx so much