Lines Matching refs:mxWindow

217 …ocument.body.clientHeight,d=document.body.clientWidth);mxLog.window=new mxWindow(a,b,Math.max(0,d-…
293 …!1).replace(/\n/g,"<br>").replace(/ /g,"&nbsp;");c.appendChild(d);c=new mxWindow("Popup Window",c,…
295 …ment.body.clientHeight||document.documentElement.clientHeight;var g=new mxWindow(mxResources.get(m…
347mxWindow(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
348 mxWindow.prototype.minimizeImage=mxClient.imageBasePath+"/minimize.gif";mxWindow.prototype.normaliz…
349 mxWindow.prototype.contentHeightCorrection=8==document.documentMode||7==document.documentMode?6:2;m…
350 mxWindow.prototype.init=function(a,b,c,d,e){e=null!=e?e:"mxWindow";this.div=document.createElement(…
353mxWindow.prototype.setTitle=function(a){for(var b=this.title.firstChild;null!=b;){var c=b.nextSibl…
354 mxWindow.prototype.activate=function(){if(mxWindow.activeWindow!=this){var a=mxUtils.getCurrentStyl…
355 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){…
356 mxWindow.prototype.setResizable=function(a){if(a)if(null==this.resize){this.resize=document.createE…
359 mxWindow.prototype.setSize=function(a,b){a=Math.max(this.minimumSize.width,a);b=Math.max(this.minim…
360 mxWindow.prototype.getMinimumSize=function(){return new mxRectangle(0,0,0,this.title.offsetHeight)};
361 mxWindow.prototype.toggleMinimized=function(a){this.activate();if(this.minimized)this.minimized=!1,…
364 mxWindow.prototype.installMinimizeHandler=function(){this.minimizeImg=document.createElement("img")…
365 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
366 mxWindow.prototype.installMaximizeHandler=function(){this.maximize=document.createElement("img");th…
371 mxWindow.prototype.installMoveHandler=function(){this.title.style.cursor="move";mxEvent.addGestureL…
372mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
373 mxWindow.prototype.installCloseHandler=function(){this.closeImg=document.createElement("img");this.…
374mxWindow.prototype.setImage=function(a){this.image=document.createElement("img");this.image.setAtt…
375 mxWindow.prototype.isVisible=function(){return null!=this.div?"none"!=this.div.style.display:!1};mx…
376 mxWindow.prototype.show=function(){this.div.style.display="";this.activate();"auto"!=mxUtils.getCur…
377 mxWindow.prototype.destroy=function(){this.fireEvent(new mxEventObject(mxEvent.DESTROY));null!=this…
3918mxWindow button.geBtn { font-size:12px !important; margin-left: 0; }html body table.mxWindow td.mx…