Lines Matching refs:prototype

29 Toolbar.prototype.dropDownImage = (!mxClient.IS_SVG) ? IMAGE_PATH + '/dropdown.gif' : 'data:image/g…
34 Toolbar.prototype.selectedBackground = '#d0d0d0';
39 Toolbar.prototype.unselectedBackground = 'none';
44 Toolbar.prototype.staticElements = null;
49 Toolbar.prototype.init = function()
174 Toolbar.prototype.appendDropDownImageHtml = function(elt)
179 img.setAttribute('src', Toolbar.prototype.dropDownImage);
190 Toolbar.prototype.addTableDropDown = function()
237 Toolbar.prototype.addDropDownArrow = function(menu, sprite, width, atlasWidth, left, top, atlasDelt…
266 Toolbar.prototype.setFontName = function(value)
286 Toolbar.prototype.setFontSize = function(value)
306 Toolbar.prototype.createTextToolbar = function()
333 this.setFontName(Menus.prototype.defaultFont);
344 …this.sizeMenu = this.addMenu(Menus.prototype.defaultFontSize, mxResources.get('fontSize'), true, '…
350 this.setFontSize(Menus.prototype.defaultFontSize);
785 Toolbar.prototype.hideMenu = function()
793 Toolbar.prototype.addMenu = function(label, tooltip, showLabels, name, c, showAll, ignoreState)
817 Toolbar.prototype.addMenuFunction = function(label, tooltip, showLabels, funct, c, showAll)
825 Toolbar.prototype.addMenuFunctionInContainer = function(container, label, tooltip, showLabels, func…
838 Toolbar.prototype.addSeparator = function(c)
851 Toolbar.prototype.addItems = function(keys, c, ignoreDisabled)
875 Toolbar.prototype.addItem = function(sprite, key, c, ignoreDisabled)
910 Toolbar.prototype.addButton = function(classname, tooltip, funct, c)
925 Toolbar.prototype.initElement = function(elt, tooltip)
939 Toolbar.prototype.addEnabledState = function(elt)
963 Toolbar.prototype.addClickHandler = function(elt, funct)
989 Toolbar.prototype.createButton = function(classname)
1009 Toolbar.prototype.createLabel = function(label, tooltip)
1021 Toolbar.prototype.addMenuHandler = function(elt, showLabels, funct, showAll)
1052 mxPopupMenu.prototype.hideMenu.apply(menu, arguments);
1081 Toolbar.prototype.destroy = function()