Hallo,
the window "create contact" can not be moved.
Can I configure it?
Thank
Peter
the window "create contact" can not be moved.
Can I configure it?
Thank
Peter
this.dialog = new Espo.Ui.Dialog({
backdrop: this.backdrop,
header: this.header,
container: containerSelector,
body: '',
buttons: buttonListExt,
width: this.width,
keyboard: !this.escapeDisabled,
fitHeight: this.fitHeight,
graggable: true,
onRemove: function () {
this.onDialogClose();
}.bind(this)
});
Comment