Lines Matching refs:prototype

33 DiagramPage.prototype.node = null;
38 DiagramPage.prototype.root = null;
43 DiagramPage.prototype.viewState = null;
48 DiagramPage.prototype.getId = function()
56 DiagramPage.prototype.getName = function()
64 DiagramPage.prototype.setName = function(value)
90 RenamePage.prototype.execute = function()
115 MovePage.prototype.execute = function()
159 SelectPage.prototype.execute = function()
246 ChangePage.prototype.execute = function()
266 SelectPage.prototype.execute.apply(this, arguments);
273 EditorUi.prototype.tabContainerHeight = 38;
278 EditorUi.prototype.getSelectedPageIndex = function()
286 EditorUi.prototype.getPageIndex = function(page)
309 EditorUi.prototype.getPageById = function(id)
328 EditorUi.prototype.createImageForPageLink = function(src, sourcePage, sourceGraph)
355 EditorUi.prototype.getImageForPage = function(page, sourcePage, sourceGraph)
398 EditorUi.prototype.initPages = function()
543 EditorUi.prototype.restoreViewState = function(page, viewState, selection)
572 Graph.prototype.createViewState = function(node)
601 gridSize: parseFloat(node.getAttribute('gridSize')) || mxGraph.prototype.gridSize,
608 pageScale: (!isNaN(ps)) ? ps : mxGraph.prototype.pageScale,
611 mxGraph.prototype.pageFormat : mxSettings.getPageFormat()),
628 Graph.prototype.saveViewState = function(vs, node, ignoreTransient, resolveReferences)
633 node.setAttribute('gridSize', (vs != null) ? vs.gridSize : mxGraph.prototype.gridSize);
646 vs.pageScale : mxGraph.prototype.pageScale);
649 this.defaultPageFormat != null) ? mxGraph.prototype.pageFormat :
688 Graph.prototype.getViewState = function()
723 Graph.prototype.setViewState = function(state, removeOldExtFonts)
805 this.gridSize = mxGraph.prototype.gridSize;
806 this.pageScale = mxGraph.prototype.pageScale;
808 mxGraph.prototype.pageFormat : mxSettings.getPageFormat();
833 Graph.prototype.addExtFont = function(fontName, fontUrl, dontRemember)
898 EditorUi.prototype.updatePageRoot = function(page, checked)
954 EditorUi.prototype.selectPage = function(page, quiet, viewState)
996 EditorUi.prototype.selectNextPage = function(forward)
1018 EditorUi.prototype.insertPage = function(page, index)
1041 EditorUi.prototype.createPageId = function()
1056 EditorUi.prototype.createPage = function(name, id)
1067 EditorUi.prototype.createPageName = function()
1098 EditorUi.prototype.removePage = function(page)
1159 EditorUi.prototype.duplicatePage = function(page, name)
1210 EditorUi.prototype.renamePage = function(page)
1233 EditorUi.prototype.movePage = function(oldIndex, newIndex)
1241 EditorUi.prototype.createTabContainer = function()
1256 EditorUi.prototype.updateTabContainer = function()
1419 EditorUi.prototype.isPageInsertTabVisible = function()
1428 EditorUi.prototype.createTab = function(hoverEnabled)
1471 EditorUi.prototype.createControlTab = function(paddingTop, html, hoverEnabled)
1491 EditorUi.prototype.createPageMenuTab = function(hoverEnabled)
1577 mxPopupMenu.prototype.hideMenu.apply(menu, arguments);
1597 EditorUi.prototype.createPageInsertTab = function()
1620 EditorUi.prototype.createTabForPage = function(page, tabWidth, hoverEnabled, pageNumber)
1645 EditorUi.prototype.addTabListeners = function(page, tab)
1691 mxPopupMenu.prototype.hideMenu.apply(menu, arguments);
1711 EditorUi.prototype.getLinkForPage = function(page, params, lightbox)
1742 EditorUi.prototype.createPageMenu = function(page, label)
1826 var editorUiRefresh = EditorUi.prototype.refresh;
1828 EditorUi.prototype.refresh = function(sizeDidChange)