Home
last modified time | relevance | path

Searched refs:mxWindow (Results 1 – 17 of 17) sorted by relevance

/plugin/diagramsnet/lib/styles/
H A Datlas.css82 html body div.mxWindow .geToolbarContainer {
93 html body div.mxWindow .geButton, .mxWindow .geLabel {
100 div.mxWindow .geButton {
103 div.mxWindow .geLabel {
107 div.mxWindow .geButton:hover, .mxWindow .geLabel:hover {
114 div.mxWindow .geButton:active, .mxWindow .geLabel:active {
H A Ddark.css142 html body .geDialog, html body div.mxWindow {
H A Dgrapheditor.css144 .geBtn, .mxWindow .geBtn {
227 .gePrimaryBtn, .mxWindow .gePrimaryBtn {
343 div.mxWindow .geButton {
/plugin/diagramsnet/lib/mxgraph/css/
H A Dexplorer.css9 div.mxWindow {
H A Dcommon.css28 div.mxWindow {
39 table.mxWindow {
/plugin/diagramsnet/lib/plugins/
H A Dtags.js307 this.window = new mxWindow(mxResources.get('hiddenTags'), div, x, y, w, null, true, true);
348 mxWindow.prototype.setLocation.apply(this, arguments); class
H A Dprops.js25 var dataWindow = new mxWindow('Data', div, iiw - 320, 60, 200, 130, true, true);
H A Danimation.js306 this.window = new mxWindow('Animation', table, x, y, w, h, true, true);
H A Dsql.js74 var wnd = new mxWindow(mxResources.get('fromSql'), div, document.body.offsetWidth - 480, 140,
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js43 this.window = new mxWindow(title, div, x, y, w, h, true, true);
61 mxWindow.prototype.setLocation.apply(this, arguments); class
252mxWindow.prototype.closeImage = Graph.createSvgImage(18, 10, '<path d="M 5 1 L 13 9 M 13 1 L 5 9" …
253mxWindow.prototype.minimizeImage = Graph.createSvgImage(14, 10, '<path d="M 3 7 L 7 3 L 11 7" stro…
254mxWindow.prototype.normalizeImage = Graph.createSvgImage(14, 10, '<path d="M 3 3 L 7 7 L 11 3" str…
1482 mxWindow.prototype.fit = function()
1564 elt.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
2124 foldImg.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
2234 foldImg.style.backgroundImage = 'url(' + mxWindow.prototype.normalizeImage + ')';
2466 elt.style.backgroundImage = 'url(' + mxWindow.prototype.minimizeImage + ')';
H A DDialogs.js7408 this.window = new mxWindow(mxResources.get('find') + ((withReplace) ?
7459 mxWindow.prototype.setLocation.apply(this, arguments); class
7516 this.window = new mxWindow(mxResources.get('freehand'), div, x, y, w, h, true, true);
7553 mxWindow.prototype.setLocation.apply(this, arguments);
7628 this.window = new mxWindow(mxResources.get('tags'), div, x, y, w, h, true, true);
7651 mxWindow.prototype.setLocation.apply(this, arguments);
H A DEditorUi.js15749 this.window = new mxWindow(mxResources.get('comments'), div, x, y, w, h, true, true);
15772 mxWindow.prototype.setLocation.apply(this, arguments); class
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1915 this.window = new mxWindow(mxResources.get('outline'), div, x, y, w, h, true, true);
1933 mxWindow.prototype.setLocation.apply(this, arguments); class
2641 this.window = new mxWindow(mxResources.get('layers'), div, x, y, w, h, true, true);
2672 mxWindow.prototype.setLocation.apply(this, arguments);
/plugin/diagramsnet/lib/mxgraph/
H A DmxClient.js143mxWindow(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…
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(){…
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)};
161 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
168mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
[all …]
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js347mxWindow(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… class
348 mxWindow.prototype.minimizeImage=mxClient.imageBasePath+"/minimize.gif";mxWindow.prototype.normaliz…
349 mxWindow.prototype.contentHeightCorrection=8==document.documentMode||7==document.documentMode?6:2;m…
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(){…
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)};
365 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
372mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
[all …]
H A Dapp.min.js381mxWindow(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… class
382 mxWindow.prototype.minimizeImage=mxClient.imageBasePath+"/minimize.gif";mxWindow.prototype.normaliz…
383 mxWindow.prototype.contentHeightCorrection=8==document.documentMode||7==document.documentMode?6:2;m…
387mxWindow.prototype.setTitle=function(a){for(var b=this.title.firstChild;null!=b;){var c=b.nextSibl…
388 mxWindow.prototype.activate=function(){if(mxWindow.activeWindow!=this){var a=mxUtils.getCurrentStyl…
389 mxWindow.prototype.fit=function(){mxUtils.fit(this.div)};mxWindow.prototype.isResizable=function(){…
393 mxWindow.prototype.setSize=function(a,b){a=Math.max(this.minimumSize.width,a);b=Math.max(this.minim…
394 mxWindow.prototype.getMinimumSize=function(){return new mxRectangle(0,0,0,this.title.offsetHeight)};
399 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
406mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
[all …]
H A Dviewer-static.min.js347mxWindow(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…
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(){…
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)};
365 a)};mxWindow.prototype.setMaximizable=function(a){this.maximize.style.display=a?"":"none"};
372mxWindow.prototype.setLocation=function(a,b){this.div.style.left=a+"px";this.div.style.top=b+"px"}…
[all …]