Блокирование закрытия окна tools.js
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user