dhtmlx.alert/confirm position

Hi,

As far as I can tell, the position of the alert/confirm box is either top (which is way too high) or center (which is a little low for my liking). Is there a way to position the alert/confirm dialog somewhere in the middle of top & center? Sort of like a 3/4 top (aka like the position of the default JS alert prompt). Help/tips would be appreciated!

Thanks in advance.

Grab the latest version from github.com/DHTMLX/message
You will be able to use

dhtmlx.alert({ left:100, top:100, //position of the box title:"Custom title", });