Searched refs:menus (Results 1 – 25 of 70) sorted by relevance
123
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | Minimal.js | 151 var menu = ui.menus.get(id); 361 if (this.menus.commentsWindow != null) 363 this.menus.commentsWindow.window.setVisible(false); 364 this.menus.commentsWindow.destroy(); 365 this.menus.commentsWindow = null; 549 this.menus.get('save').setEnabled(this.getCurrentFile() != null || urlParams['embed'] == '1'); 871 if (this.menus.tagsWindow != null) 873 this.menus.tagsWindow.window.setVisible(false); 874 this.menus.tagsWindow.window.destroy(); 875 this.menus.tagsWindow = null; [all …]
|
| /plugin/diagramsnet/lib/plugins/ |
| D | text.js | 18 var menu = ui.menus.get('extras'); 25 ui.menus.addMenuItems(menu, ['-', 'extractText'], parent);
|
| D | anonymize.js | 86 var menu = editorUi.menus.get('extras'); 93 editorUi.menus.addMenuItems(menu, ['-', 'anonymizeCurrentPage'], parent);
|
| D | flow.js | 12 var uiCreatePopupMenu = ui.menus.createPopupMenu; 13 ui.menus.createPopupMenu = function(menu, cell, evt)
|
| D | number.js | 115 var menu = ui.menus.get((urlParams['sketch'] == '1') ? 'extras' : 'view'); 122 ui.menus.addMenuItems(menu, ['-', 'number'], parent);
|
| D | page.js | 143 var menu = ui.menus.get('extras'); 150 ui.menus.addMenuItems(menu, ['-', 'page', 'place'], parent);
|
| D | props.js | 42 var menu = ui.menus.get('extras'); 49 ui.menus.addMenuItems(menu, ['-', 'extractData'], parent);
|
| D | replay.js | 273 var menu = ui.menus.get('extras'); 280 ui.menus.addMenuItems(menu, ['-', 'record', 'replay'], parent);
|
| D | tickets.js | 297 var menu = ui.menus.get('extras'); 304 ui.menus.addMenuItems(menu, ['-', 'updateTickets'], parent);
|
| D | tags.js | 44 var menu = editorUi.menus.get('extras'); 51 editorUi.menus.addMenuItems(menu, ['-', 'hiddenTags'], parent);
|
| /plugin/diagramsnet/lib/plugins/webcola/ |
| D | webcola.js | 24 var menu = ui.menus.get('layout'); 36 ui.menus.addMenuItems(menu, ['-', 'webColaLayout'], parent);
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Toolbar.js | 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… [all …]
|
| D | Format.js | 3162 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A… 3172 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A… 3182 …} : callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_ALIGN], [mxConstants.A… 3205 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN], 3208 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN], 3211 callFn(this.editorUi.menus.createStyleChangeFunction([mxConstants.STYLE_VERTICAL_ALIGN], 3891 this.editorUi.menus.addInsertTableItem(menu, null, null, false); 5057 var item = this.editorUi.menus.styleChange(menu, '', keys, values, 'geIcon', null); 5086 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m… 5087 …this.editorUi.menus.styleChange(menu, '', [mxConstants.STYLE_SHAPE, mxConstants.STYLE_STARTSIZE, m… [all …]
|
| D | Actions.js | 1313 …this.addAction('fontColor...', function() { ui.menus.pickColor(mxConstants.STYLE_FONTCOLOR, 'forec… 1314 …this.addAction('strokeColor...', function() { ui.menus.pickColor(mxConstants.STYLE_STROKECOLOR); }… 1315 this.addAction('fillColor...', function() { ui.menus.pickColor(mxConstants.STYLE_FILLCOLOR); }); 1316 …this.addAction('gradientColor...', function() { ui.menus.pickColor(mxConstants.STYLE_GRADIENTCOLOR… 1317 …this.addAction('backgroundColor...', function() { ui.menus.pickColor(mxConstants.STYLE_LABEL_BACKG… 1318 …this.addAction('borderColor...', function() { ui.menus.pickColor(mxConstants.STYLE_LABEL_BORDERCOL… 1321 …this.addAction('vertical', function() { ui.menus.toggleStyle(mxConstants.STYLE_HORIZONTAL, true); … 1322 this.addAction('shadow', function() { ui.menus.toggleStyle(mxConstants.STYLE_SHADOW); });
|
| /plugin/cite/lang/en/ |
| D | intro.txt | 25 ====Current menus==== 26 If you use the [[https://www.dokuwiki.org/devel:menus]], the button to the citation page is added a… 29 ====Old menus====
|
| /plugin/plainlists/ |
| D | README | 2 Used mostly for producing dropdown menus from dokuwiki pages
|
| /plugin/dwmenu/ |
| D | README.md | 4 Plugin for Dokuwiki for displaying some advanced menus
|
| /plugin/twistienav/ |
| D | plugin.info.txt | 6 desc Adds drop-down navigation menus to breadcrumbs
|
| D | README | 3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
|
| /plugin/menuext/ |
| D | plugin.info.txt | 6 desc Extend any of the standard menus with custom links
|
| D | README | 3 Extend any of the standard menus with custom links
|
| /plugin/twistienav4bootstrap3/ |
| D | plugin.info.txt | 6 desc Adds drop-down navigation menus to breadcrumbs - original plugin twistienav adapted for Boot…
|
| D | README.md | 6 This plugin adds adds drop-down navigation menus to breadcrumbs in DokuWiki pages.
|
| D | README | 3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
|
| /plugin/newpagetemplate/lang/en/ |
| D | howto.txt | 6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root '…
|
123