Searched refs:AspectDialog (Results 1 – 3 of 3) sorted by relevance
/plugin/diagramsnet/lib/js/onedrive/ |
H A D | mxODPicker.js | 407 curViewer = AspectDialog.prototype.createViewer(prevDiv,
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 11859 function AspectDialog(editorUi, pageId, layerIds, okFn, cancelFn) class 11928 AspectDialog.prototype.init = function() 11947 AspectDialog.prototype.createViewer = function(container, pageNode, layerId, defaultBackground) 11996 AspectDialog.prototype.createPageItem = function(pageId, pageName, pageNode) 12038 AspectDialog.prototype.createLayerItem = function(layer, pageId, graph, pageNode)
|
/plugin/diagramsnet/lib/js/ |
H A D | app.min.js | 10407 function AspectDialog(b,e,d,c,g){this.aspect={pageId:e||(b.pages?b.pages[0].getId():null),layerIds:… class in popupMenuHandler 10409 …"disabled","disabled");this.okBtn=n;e.appendChild(d);this.container=e}AspectDialog.prototype.init=… 10410 AspectDialog.prototype.createViewer=function(b,e,d,c){mxEvent.disableContextMenu(b);b.style.userSel… 10412 AspectDialog.prototype.createPageItem=function(b,e,d){var c=document.createElement("div");c.classNa… 10414 AspectDialog.prototype.createLayerItem=function(b,e,d,c){e=d.convertValueToString(b)||mxResources.g…
|