/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Menus.js | 7 Menus = function(editorUi) class 23 Menus.prototype.defaultFont = 'Helvetica'; 28 Menus.prototype.defaultFontSize = '12'; 44 Menus.prototype.init = function() 595 Menus.prototype.put = function(name, menu) 605 Menus.prototype.get = function(name) function 1139 Menus.prototype.showIconOnly = function(elt) 1376 Menus.prototype.toggleStyle = function(key, defaultValue) 1415 Menus.prototype.addShortcut = function(item, action) 1628 Menus.prototype.createMenubar = function(container) [all …]
|
H A D | Toolbar.js | 333 this.setFontName(Menus.prototype.defaultFont); 344 …this.sizeMenu = this.addMenu(Menus.prototype.defaultFontSize, mxResources.get('fontSize'), true, '… 350 this.setFontSize(Menus.prototype.defaultFontSize);
|
H A D | Format.js | 3429 …var inputUpdate = this.installInputHandler(input, mxConstants.STYLE_FONTSIZE, Menus.prototype.defa… 3564 var stepper = this.createStepper(input, inputUpdate, 1, 10, true, Menus.prototype.defaultFontSize); 4145 …fontMenu.firstChild.nodeValue = mxUtils.getValue(ss.style, mxConstants.STYLE_FONTFAMILY, Menus.pro… 4151 …var tmp = parseFloat(mxUtils.getValue(ss.style, mxConstants.STYLE_FONTSIZE, Menus.prototype.defaul…
|
H A D | EditorUi.js | 825 this.toolbar.setFontName(graph.currentVertexStyle['fontFamily'] || Menus.prototype.defaultFont); 826 … this.toolbar.setFontSize(graph.currentVertexStyle['fontSize'] || Menus.prototype.defaultFontSize);
|
/plugin/hidemenus/ |
H A D | plugin.info.txt | 5 name Hide Menus Plugin
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 7 …ms['chrome'] == '0' || typeof window.Format === 'undefined' || typeof window.Menus === 'undefined') 553 var menusAddShortcut = Menus.prototype.addShortcut; 555 Menus.prototype.addShortcut = function(item, action) class 743 var menuCreatePopupMenu = Menus.prototype.createPopupMenu; 745 Menus.prototype.createPopupMenu = function(menu, cell, evt) 804 var menuAddPopupMenuEditItems = Menus.prototype.addPopupMenuEditItems; 809 Menus.prototype.addPopupMenuEditItems = function(menu, cell, evt) 934 var menusInit = Menus.prototype.init; 935 Menus.prototype.init = function()
|
H A D | Menus.js | 19 Menus.prototype.createHelpLink = function(href) class 44 Menus.prototype.addLinkToItem = function(item, href) 52 var menusInit = Menus.prototype.init; 53 Menus.prototype.init = function() 1167 var menusCreateMenuBar = Menus.prototype.createMenubar; 1168 Menus.prototype.createMenubar = function(container)
|
H A D | ElectronApp.js | 152 var menusInit = Menus.prototype.init; 153 Menus.prototype.init = function() class
|
H A D | Editor.js | 1818 Menus.prototype.defaultFonts = config.defaultFonts || Menus.prototype.defaultFonts; class 1880 Menus.prototype.defaultFonts = config.customFonts. 1881 concat(Menus.prototype.defaultFonts);
|
H A D | App.js | 1086 if (Menus.prototype.defaultFonts != null) 1088 for (var i = 0; i < Menus.prototype.defaultFonts.length; i++) 1090 var value = Menus.prototype.defaultFonts[i];
|
H A D | EditorUi.js | 10289 this.menus.defaultFonts = Menus.prototype.defaultFonts;
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 3560 …Menus=function(a){this.editorUi=a;this.menus={};this.init();mxClient.IS_SVG||((new Image).src=this… 3587 …is.addMenuItems(a,["help","-","about"])})))};Menus.prototype.put=function(a,b){return this.menus[a… 3588 Menus.prototype.addSubmenu=function(a,b,d,e){var c=this.get(a);null!=c&&(c=c.isEnabled(),b.showDisa… 3613 Menus.prototype.addShortcut=function(a,b){if(null!=b.shortcut){var d=a.firstChild.nextSibling.nextS… 3614 Menus.prototype.createPopupMenu=function(a,b,d){a.smartSeparators=!0;this.addPopupMenuHistoryItems(… 3615 Menus.prototype.addPopupMenuEditItems=function(a,b,d){this.editorUi.editor.graph.isSelectionEmpty()… 3622 Menus.prototype.addPopupMenuSelectionItems=function(a,b,d){this.editorUi.editor.graph.isSelectionEm… 3648 …Menus.prototype.defaultFont);EditorUi.compactUi&&(this.fontMenu.style.paddingRight="18px",this.fon… 10497 …Settings.key=Editor.settingsKey);b.customFonts&&(Menus.prototype.defaultFonts=b.customFonts.concat… 12084 e.x+=d.x-16;e.y+=d.y;return e};var t=Menus.prototype.createPopupMenu;Menus.prototype.createPopupMen… [all …]
|
H A D | viewer.min.js | 2154 …currentVertexStyle.fontFamily||Menus.prototype.defaultFont),this.toolbar.setFontSize(k.currentVert… 3162 …=b){Editor.config=b;Editor.configVersion=b.version;Menus.prototype.defaultFonts=b.defaultFonts||Me… class 3165 …Settings.key=Editor.settingsKey);b.customFonts&&(Menus.prototype.defaultFonts=b.customFonts.concat…
|
H A D | viewer-static.min.js | 2154 …currentVertexStyle.fontFamily||Menus.prototype.defaultFont),this.toolbar.setFontSize(k.currentVert… 3162 …=b){Editor.config=b;Editor.configVersion=b.version;Menus.prototype.defaultFonts=b.defaultFonts||Me… class 3165 …Settings.key=Editor.settingsKey);b.customFonts&&(Menus.prototype.defaultFonts=b.customFonts.concat…
|