Lines Matching defs:menu

53 	this.put('fontFamily', new Menu(mxUtils.bind(this, function(menu, parent)  argument
116 this.put('formatBlock', new Menu(mxUtils.bind(this, function(menu, parent) argument
143 this.put('fontSize', new Menu(mxUtils.bind(this, function(menu, parent) argument
253 this.put('direction', new Menu(mxUtils.bind(this, function(menu, parent) argument
259 this.put('align', new Menu(mxUtils.bind(this, function(menu, parent) argument
269 this.put('distribute', new Menu(mxUtils.bind(this, function(menu, parent) argument
274 this.put('line', new Menu(mxUtils.bind(this, function(menu, parent) argument
307 this.put('layout', new Menu(mxUtils.bind(this, function(menu, parent) argument
516 this.put('navigation', new Menu(mxUtils.bind(this, function(menu, parent) argument
520 this.put('arrange', new Menu(mxUtils.bind(this, function(menu, parent) argument
533 this.put('insert', new Menu(mxUtils.bind(this, function(menu, parent) argument
537 this.put('view', new Menu(mxUtils.bind(this, function(menu, parent) argument
545 this.put('viewPanels', new Menu(mxUtils.bind(this, function(menu, parent) argument
554 this.put('viewZoom', new Menu(mxUtils.bind(this, function(menu, parent) argument
572 this.put('file', new Menu(mxUtils.bind(this, function(menu, parent) argument
576 this.put('edit', new Menu(mxUtils.bind(this, function(menu, parent) argument
582 this.put('extras', new Menu(mxUtils.bind(this, function(menu, parent) argument
586 this.put('help', new Menu(mxUtils.bind(this, function(menu, parent) argument
595 Menus.prototype.put = function(name, menu) argument
613 Menus.prototype.addSubmenu = function(name, menu, parent, label) argument
645 Menus.prototype.addInsertTableCellItem = function(menu, parent) argument
837 Menus.prototype.addInsertTableItem = function(menu, insertFn, parent, showOptions) argument
1084 Menus.prototype.edgeStyleChange = function(menu, label, keys, values, sprite, parent, reset, image) argument
1157 Menus.prototype.styleChange = function(menu, label, keys, values, sprite, parent, fn, post, iconOnl… argument
1250 Menus.prototype.promptChange = function(menu, label, hint, defaultValue, key, parent, enabled, fn, … argument
1387 Menus.prototype.addMenuItem = function(menu, key, parent, trigger, sprite, label) argument
1430 Menus.prototype.addMenuItems = function(menu, keys, parent, trigger, sprites) argument
1448 Menus.prototype.createPopupMenu = function(menu, cell, evt) argument
1463 Menus.prototype.addPopupMenuHistoryItems = function(menu, cell, evt) argument
1474 Menus.prototype.addPopupMenuEditItems = function(menu, cell, evt) argument
1489 Menus.prototype.addPopupMenuStyleItems = function(menu, cell, evt) argument
1504 Menus.prototype.addPopupMenuArrangeItems = function(menu, cell, evt) argument
1533 Menus.prototype.addPopupMenuCellItems = function(menu, cell, evt) argument
1600 Menus.prototype.addPopupMenuCellEditItems = function(menu, cell, evt, parent) argument
1617 Menus.prototype.addPopupMenuSelectionItems = function(menu, cell, evt) argument
1635 (mxUtils.bind(this, function(menu) argument
1653 Menus.prototype.menuCreated = function(menu, elt, className) argument
1747 mxPopupMenu.prototype.hideMenu.apply(menu, arguments); argument
1830 Menu.prototype.execute = function(menu, parent) argument