Lines Matching defs:parent

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
613 Menus.prototype.addSubmenu = function(name, menu, parent, label) argument
632 Menus.prototype.addMenu = function(name, popupMenu, parent) 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
1600 Menus.prototype.addPopupMenuCellEditItems = function(menu, cell, evt, parent) argument
1830 Menu.prototype.execute = function(menu, parent) argument