Lines Matching refs:editorUi

7 function Toolbar(editorUi, container)  argument
9 this.editorUi = editorUi;
17 if (this.editorUi.currentMenu != null && mxEvent.getSource(evt) != this.editorUi.currentMenu.div)
82 …elts[0].setAttribute('title', mxResources.get('zoomIn') + ' (' + this.editorUi.actions.get('zoomIn…
83 …elts[1].setAttribute('title', mxResources.get('zoomOut') + ' (' + this.editorUi.actions.get('zoomO…
89 viewMenu.innerHTML = Math.round(this.editorUi.editor.graph.view.scale * 100) + '%';
99 this.editorUi.editor.graph.view.addListener(mxEvent.EVENT_SCALE, this.updateZoom);
100 this.editorUi.editor.addListener('resetGraphView', this.updateZoom);
103 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + this.editorUi.actions.get('undo').s…
104 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + this.editorUi.actions.get('redo').s…
109 …elts[1].setAttribute('title', mxResources.get('delete') + ' (' + this.editorUi.actions.get('delete…
140 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_SHAPE, 'width'], [null, null], 'g…
141 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_SHAPE, 'width'], ['link', null], …
142 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_SHAPE, 'width'], ['flexArrow', nu…
143 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_SHAPE, 'width'], ['arrow', null],…
151 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, m…
152 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, m…
153 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mx…
154 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mx…
155 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mx…
156 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_ELBOW, mx…
157 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, m…
158 …this.editorUi.menus.edgeStyleChange(menu, '', [mxConstants.STYLE_EDGE, mxConstants.STYLE_CURVED, m…
197 this.editorUi.menus.addInsertTableCellItem(menu);
219 var menu = this.editorUi.menus.get('insert');
308 var ui = this.editorUi;
452 elt = menu.addItem('', null, this.editorUi.actions.get('subscript').funct,
456 elt = menu.addItem('', null, this.editorUi.actions.get('superscript').funct,
461 elt = menu.addItem('', null, this.editorUi.actions.get('fontColor').funct,
465 elt = menu.addItem('', null, this.editorUi.actions.get('backgroundColor').funct,
516 this.editorUi.actions.get('link').funct();
521 this.editorUi.actions.get('image').funct();
586 this.editorUi.menus.addInsertTableItem(menu);
600 this.editorUi.handleError(e);
613 this.editorUi.handleError(e);
628 this.editorUi.handleError(e);
642 this.editorUi.handleError(e);
655 this.editorUi.handleError(e);
668 this.editorUi.handleError(e);
681 this.editorUi.pickColor(color, function(newColor)
707 this.editorUi.pickColor(color, function(newColor)
725 …var dlg = new FilenameDialog(this.editorUi, value, mxResources.get('apply'), mxUtils.bind(this, fu…
736 this.editorUi.showDialog(dlg.container, 300, 80, true, true);
787 this.editorUi.hideCurrentMenu();
795 var menu = this.editorUi.menus.get(name);
877 var action = this.editorUi.actions.get(key);
1025 var graph = this.editorUi.editor.graph;
1042 this.editorUi.setCurrentMenu(menu, elt);
1053 this.editorUi.resetCurrentMenu();