/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Actions.js | 1112 var change = new ChangePageSetup(ui, null, null, null, val / 100); 1154 var change = new ChangePageSetup(ui);
|
H A D | EditorUi.js | 3540 function ChangePageSetup(ui, color, image, format, pageScale) class 3560 ChangePageSetup.prototype.execute = function() 3621 …var codec = new mxObjectCodec(new ChangePageSetup(), ['ui', 'previousColor', 'previousImage', 'pr… 4987 var change = new ChangePageSetup(this, null, image);
|
H A D | Editor.js | 1665 var change = new ChangePageSetup(editorUi, newBackgroundColor,
|
H A D | Format.js | 6326 var change = new ChangePageSetup(ui, (graphStyle != null) ? graphStyle.background : null); 6636 var change = new ChangePageSetup(ui, color); 6923 var change = new ChangePageSetup(ui, null, null, pageFormat);
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Pages.js | 1838 var codec = mxCodecRegistry.getCodec(ChangePageSetup);
|
H A D | Editor.js | 4061 var change = new ChangePageSetup(ui); 8522 var changePageSetupExecute = ChangePageSetup.prototype.execute; 8524 ChangePageSetup.prototype.execute = function() class 8629 …var codec = new mxObjectCodec(new ChangePageSetup(), ['ui', 'previousColor', 'previousImage', 'pr…
|
H A D | Menus.js | 679 var change = new ChangePageSetup(editorUi);
|
H A D | EditorUi.js | 3782 var change = new ChangePageSetup(this, null, image);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 2094 …d=parseInt(m.value);isNaN(d)||k.gridSize===d||k.setGridSize(d);d=new ChangePageSetup(b,q,v,f.get()… 2242 function ChangePageSetup(b,c,e,k,g){this.ui=b;this.previousColor=this.color=c;this.previousImage=th… class 2243 ChangePageSetup.prototype.execute=function(){var b=this.ui.editor.graph;if(!this.ignoreColor){this.… 2245 this.previousPageScale=b))};(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previous… 2294 …Dialog=function(b,c){b=null!=b?b:mxUtils.bind(this,function(b){b=new ChangePageSetup(this,null,b);… 2987 …),mxUtils.bind(this,function(b){b=parseInt(b);!isNaN(b)&&0<b&&(b=new ChangePageSetup(e,null,null,n… 2989 …isEnabled()});t=this.addAction("collapseExpand",function(){var b=new ChangePageSetup(e);b.ignoreCo… 3211 …t("shadow"),function(){return c.shadowVisible},function(b){var f=new ChangePageSetup(d);f.ignoreCo… 3351 …ndChild(n);g.appendChild(l);this.container=g};var N=ChangePageSetup.prototype.execute;ChangePageSe… 3355 (function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","prev… [all …]
|
H A D | app.min.js | 2128 …b=parseInt(n.value);isNaN(b)||e.gridSize===b||e.setGridSize(b);b=new ChangePageSetup(a,m,u,g.get()… 2276 function ChangePageSetup(a,b,d,e,c){this.ui=a;this.previousColor=this.color=b;this.previousImage=th… class 2279 this.previousPageScale=a))};(function(){var a=new mxObjectCodec(new ChangePageSetup,["ui","previous… 2328 …Dialog=function(a,b){a=null!=a?a:mxUtils.bind(this,function(a){a=new ChangePageSetup(this,null,a);… 3226 ….get("background"),function(){return d.background},function(a){a=new ChangePageSetup(b,a);a.ignore… 3236 …at||d.pageFormat.width!=a.width||d.pageFormat.height!=a.height)a=new ChangePageSetup(b,null,null,a… 3532 …),mxUtils.bind(this,function(a){a=parseInt(a);!isNaN(a)&&0<a&&(a=new ChangePageSetup(d,null,null,n… 10683 …ndChild(k);l.appendChild(m);this.container=l};var L=ChangePageSetup.prototype.execute;ChangePageSe… 10687 (function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","prev… 10785 …on(b,c){b=null!=b?b:mxUtils.bind(this,function(b,c){if(!c){var f=new ChangePageSetup(this,null,b);… [all …]
|
H A D | viewer-static.min.js | 2094 …d=parseInt(m.value);isNaN(d)||k.gridSize===d||k.setGridSize(d);d=new ChangePageSetup(b,q,v,f.get()… 2242 function ChangePageSetup(b,c,e,k,g){this.ui=b;this.previousColor=this.color=c;this.previousImage=th… class 2243 ChangePageSetup.prototype.execute=function(){var b=this.ui.editor.graph;if(!this.ignoreColor){this.… 2245 this.previousPageScale=b))};(function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previous… 2294 …Dialog=function(b,c){b=null!=b?b:mxUtils.bind(this,function(b){b=new ChangePageSetup(this,null,b);… 2987 …),mxUtils.bind(this,function(b){b=parseInt(b);!isNaN(b)&&0<b&&(b=new ChangePageSetup(e,null,null,n… 2989 …isEnabled()});t=this.addAction("collapseExpand",function(){var b=new ChangePageSetup(e);b.ignoreCo… 3211 …t("shadow"),function(){return c.shadowVisible},function(b){var f=new ChangePageSetup(d);f.ignoreCo… 3351 …ndChild(n);g.appendChild(l);this.container=g};var N=ChangePageSetup.prototype.execute;ChangePageSe… 3355 (function(){var b=new mxObjectCodec(new ChangePageSetup,["ui","previousColor","previousImage","prev… [all …]
|