All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.openmonitor.jui.dest.win.win.js Maven / Gradle / Ivy

Go to download

一个简单易用的接口开放平台,平台封装了常用的参数校验、结果返回等功能,开发者只需实现业务代码即可。https://gitee.com/durcframework/easyopen

There is a newer version: 1.16.20
Show newest version
(function(){JUI.Class("Win",{OPTS:{contentId:null,url:null,remote:false,lazyLoad:true,title:"",closable:true,draggable:true,modal:true,shadow:true,autoHide:true,maximizable:true,position:"fixed",buttons:[]},init:function(a){this._super(a)},setTitle:function(a){this.view.setTitle(a)},setUrl:function(a){this.view.setUrl(a)},getViewClass:function(){return JUI.WinView},hasBtns:function(){return this.opts.buttons&&this.opts.buttons.length>0},move:function(b,a){this.view.move(b,a)},hide:function(){var a=this.fire("Close");if(a===false){return}this.view.hide();this.fire("AfterClose")},close:function(){this.hide()},max:function(){this.view.max()},normal:function(){this.view.normal()},hideBtn:function(a){this.view.hideBtn(a)},showBtn:function(a){this.view.showBtn(a)}},JUI.Component)})();




© 2015 - 2024 Weber Informatics LLC | Privacy Policy