Lines Matching refs:prototype

19 GraphViewer.prototype.editBlankUrl = 'https://app.diagrams.net/';
24 GraphViewer.prototype.imageBaseUrl = 'https://viewer.diagrams.net/';
29 GraphViewer.prototype.toolbarHeight = (document.compatMode == 'BackCompat') ? 24 : 26;
34 GraphViewer.prototype.lightboxChrome = true;
39 GraphViewer.prototype.lightboxZIndex = 999;
44 GraphViewer.prototype.toolbarZIndex = 999;
49 GraphViewer.prototype.autoFit = false;
54 GraphViewer.prototype.autoCrop = false;
62 GraphViewer.prototype.autoOrigin = true;
67 GraphViewer.prototype.center = false;
72 GraphViewer.prototype.forceCenter = false;
77 GraphViewer.prototype.allowZoomIn = false;
83 GraphViewer.prototype.allowZoomOut = true;
89 GraphViewer.prototype.showTitleAsTooltip = false;
95 GraphViewer.prototype.checkVisibleState = true;
100 GraphViewer.prototype.minHeight = 28;
105 GraphViewer.prototype.minWidth = 100;
113 GraphViewer.prototype.responsive = false;
118 GraphViewer.prototype.init = function(container, xmlNode, graphConfig)
540 GraphViewer.prototype.getObservableParent = function(container)
556 GraphViewer.prototype.getImageUrl = function(url)
575 GraphViewer.prototype.getImageForGraphModel = function(node)
596 GraphViewer.prototype.getIndexById = function(id)
615 GraphViewer.prototype.setXmlNode = function(xmlNode)
631 GraphViewer.prototype.setFileNode = function(xmlNode)
646 GraphViewer.prototype.updateGraphXml = function(xmlNode)
655 GraphViewer.prototype.setLayersVisible = function(visible)
687 GraphViewer.prototype.setGraphXml = function(xmlNode)
738 GraphViewer.prototype.addSizeHandler = function()
1006 GraphViewer.prototype.crop = function()
1021 GraphViewer.prototype.updateContainerWidth = function(container, width)
1029 GraphViewer.prototype.updateContainerHeight = function(container, height)
1041 GraphViewer.prototype.showLayers = function(graph, sourceGraph)
1123 GraphViewer.prototype.addToolbar = function()
1693 GraphViewer.prototype.disableButton = function(token)
1712 GraphViewer.prototype.addClickHandler = function(graph, ui)
1772 GraphViewer.prototype.showLightbox = function(editable, closable, target)
1863 GraphViewer.prototype.showLocalLightbox = function()
1903 Editor.prototype.editButtonLink = this.graphConfig.edit;
1904 Editor.prototype.editButtonFunc = this.graphConfig.editFunc;
1907 EditorUi.prototype.updateActionStates = function() {};
1908 EditorUi.prototype.addBeforeUnloadListener = function() {};
1909 EditorUi.prototype.addChromelessClickHandler = function() {};
1913 var previousShadowId = Graph.prototype.shadowId;
1914 Graph.prototype.shadowId = 'lightboxDropShadow';
1921 Graph.prototype.shadowId = previousShadowId;
2049 GraphViewer.prototype.updateTitle = function(title)
2448 var elementType = Object.prototype.toString.call(element);