Lines Matching refs:mxWindow

13 …ocument.body.clientHeight,d=document.body.clientWidth);mxLog.window=new mxWindow(a,b,Math.max(0,d-…
89 …!1).replace(/\n/g,"<br>").replace(/ /g,"&nbsp;");c.appendChild(d);c=new mxWindow("Popup Window",c,…
91 …ment.body.clientHeight||document.documentElement.clientHeight;var g=new mxWindow(mxResources.get(m…
143mxWindow(a,b,c,d,e,f,g,k,l,m){null!=b&&(g=null!=g?g:!0,this.content=b,this.init(c,d,e,f,m),this.in… function
144 mxWindow.prototype.minimizeImage=mxClient.imageBasePath+"/minimize.gif";mxWindow.prototype.normaliz…
145 mxWindow.prototype.contentHeightCorrection=8==document.documentMode||7==document.documentMode?6:2;m…
146 mxWindow.prototype.init=function(a,b,c,d,e){e=null!=e?e:"mxWindow";this.div=document.createElement(…
149mxWindow.prototype.setTitle=function(a){for(var b=this.title.firstChild;null!=b;){var c=b.nextSibl…
150 mxWindow.prototype.activate=function(){if(mxWindow.activeWindow!=this){var a=mxUtils.getCurrentStyl…
151 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){…
152 mxWindow.prototype.setResizable=function(a){if(a)if(null==this.resize){this.resize=document.createE…
155 mxWindow.prototype.setSize=function(a,b){a=Math.max(this.minimumSize.width,a);b=Math.max(this.minim…
156 mxWindow.prototype.getMinimumSize=function(){return new mxRectangle(0,0,0,this.title.offsetHeight)};
157 mxWindow.prototype.toggleMinimized=function(a){this.activate();if(this.minimized)this.minimized=!1,…
160 mxWindow.prototype.installMinimizeHandler=function(){this.minimizeImg=document.createElement("img")…
161 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
162 mxWindow.prototype.installMaximizeHandler=function(){this.maximize=document.createElement("img");th…
167 mxWindow.prototype.installMoveHandler=function(){this.title.style.cursor="move";mxEvent.addGestureL…
168mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
169 mxWindow.prototype.installCloseHandler=function(){this.closeImg=document.createElement("img");this.…
170mxWindow.prototype.setImage=function(a){this.image=document.createElement("img");this.image.setAtt…
171 mxWindow.prototype.isVisible=function(){return null!=this.div?"none"!=this.div.style.display:!1};mx…
172 mxWindow.prototype.show=function(){this.div.style.display="";this.activate();"auto"!=mxUtils.getCur…
173 mxWindow.prototype.destroy=function(){this.fireEvent(new mxEventObject(mxEvent.DESTROY));null!=this…