Home
last modified time | relevance | path

Searched refs:menus (Results 1 – 25 of 70) sorted by relevance

123

/plugin/diagramsnet/lib/js/diagramly/
DMinimal.js151 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/
Dtext.js18 var menu = ui.menus.get('extras');
25 ui.menus.addMenuItems(menu, ['-', 'extractText'], parent);
Danonymize.js86 var menu = editorUi.menus.get('extras');
93 editorUi.menus.addMenuItems(menu, ['-', 'anonymizeCurrentPage'], parent);
Dflow.js12 var uiCreatePopupMenu = ui.menus.createPopupMenu;
13 ui.menus.createPopupMenu = function(menu, cell, evt)
Dnumber.js115 var menu = ui.menus.get((urlParams['sketch'] == '1') ? 'extras' : 'view');
122 ui.menus.addMenuItems(menu, ['-', 'number'], parent);
Dpage.js143 var menu = ui.menus.get('extras');
150 ui.menus.addMenuItems(menu, ['-', 'page', 'place'], parent);
Dprops.js42 var menu = ui.menus.get('extras');
49 ui.menus.addMenuItems(menu, ['-', 'extractData'], parent);
Dreplay.js273 var menu = ui.menus.get('extras');
280 ui.menus.addMenuItems(menu, ['-', 'record', 'replay'], parent);
Dtickets.js297 var menu = ui.menus.get('extras');
304 ui.menus.addMenuItems(menu, ['-', 'updateTickets'], parent);
Dtags.js44 var menu = editorUi.menus.get('extras');
51 editorUi.menus.addMenuItems(menu, ['-', 'hiddenTags'], parent);
/plugin/diagramsnet/lib/plugins/webcola/
Dwebcola.js24 var menu = ui.menus.get('layout');
36 ui.menus.addMenuItems(menu, ['-', 'webColaLayout'], parent);
/plugin/diagramsnet/lib/js/grapheditor/
DToolbar.js140 …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 …]
DFormat.js3162 …} : 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 …]
DActions.js1313 …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/
Dintro.txt25 ====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/
DREADME2 Used mostly for producing dropdown menus from dokuwiki pages
/plugin/dwmenu/
DREADME.md4 Plugin for Dokuwiki for displaying some advanced menus
/plugin/twistienav/
Dplugin.info.txt6 desc Adds drop-down navigation menus to breadcrumbs
DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/plugin/menuext/
Dplugin.info.txt6 desc Extend any of the standard menus with custom links
DREADME3 Extend any of the standard menus with custom links
/plugin/twistienav4bootstrap3/
Dplugin.info.txt6 desc Adds drop-down navigation menus to breadcrumbs - original plugin twistienav adapted for Boot…
DREADME.md6 This plugin adds adds drop-down navigation menus to breadcrumbs in DokuWiki pages.
DREADME3 Adds drop-down navigation menus to breadcrumbs (and eventually "pageId" element)
/plugin/newpagetemplate/lang/en/
Dhowto.txt6 ''Ini file'' and ''Templates'' are drop-down menus. The initialization files must be in the root '…

123