Блокирование закрытия окна tools.js

This commit is contained in:
2020-09-21 12:10:35 +06:00
parent 1190aea0f7
commit df4d14060f
4 changed files with 24 additions and 16 deletions

View File

@ -90,7 +90,9 @@ class DBMSUser
if(this.win==null || this.win.closed)
{
this.win=new TWin(true);
this.win.disableClosing=true;
this.win.BuildGUI(10,10);
deleteHTML('TWin_CL_'+this.win.uid); //Удаляю кнопку закрыть
this.win.setCaption(trt('Authorization'));
this.win.setSize("350px","200px");