Home
last modified time | relevance | path

Searched refs:menu (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_contextmenu.js54 AddItems : function( menu, tag, tagName ) argument
56menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE…
57menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA…
58menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI…
63 AddItems : function( menu, tag, tagName ) argument
70 menu.AddSeparator() ;
71 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ;
79 menu.AddSeparator() ;
80 oItem = menu.AddItem( 'Row' , FCKLang.RowCM ) ;
84 menu.AddSeparator() ;
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_contextmenu.js55 AddItems : function( menu, tag, tagName ) argument
57menu.AddItem( 'Cut' , FCKLang.Cut , 7, FCKCommands.GetCommand( 'Cut' ).GetState() == FCK_TRISTATE…
58menu.AddItem( 'Copy' , FCKLang.Copy , 8, FCKCommands.GetCommand( 'Copy' ).GetState() == FCK_TRISTA…
59menu.AddItem( 'Paste' , FCKLang.Paste , 9, FCKCommands.GetCommand( 'Paste' ).GetState() == FCK_TRI…
64 AddItems : function( menu, tag, tagName ) argument
71 menu.AddSeparator() ;
72 var oItem = menu.AddItem( 'Cell' , FCKLang.CellCM ) ;
94 menu.AddSeparator() ;
95 oItem = menu.AddItem( 'Row' , FCKLang.RowCM ) ;
100 menu.AddSeparator() ;
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
Ddmn-js-boxed-expression-controls.css2 --context-menu-background-color: var(--color-white);
3 --context-menu-border-color: var(--color-grey-225-10-75);
4 --context-menu-color: var(--color-grey-225-10-15);
5 --context-menu-box-shadow-color: var(--color-black-opacity-10);
6 --context-menu-group-entry-border-color: var(--color-grey-225-10-75);
7 --context-menu-group-entry-disabled-color: var(--color-grey-225-10-75);
8 --context-menu-group-entry-hover-background-color: var(--color-grey-225-10-95);
40 /* context-menu */
42 .dmn-boxed-expression-container .context-menu {
44 background: var(--context-menu-background-color);
[all …]
Ddmn-js-decision-table-controls.css7 --context-menu-background-color: var(--color-white);
8 --context-menu-border-color: var(--color-grey-225-10-75);
9 --context-menu-color: var(--color-grey-225-10-15);
10 --context-menu-box-shadow-color: var(--color-black-opacity-10);
11 --context-menu-group-entry-border-color: var(--color-grey-225-10-75);
12 --context-menu-group-entry-disabled-color: var(--color-grey-225-10-75);
13 --context-menu-group-entry-hover-background-color: var(--color-grey-225-10-95);
82 /* TODO(nikku): namespace and refactor context menu styles */
83 .dmn-decision-table-container .context-menu {
85 background: var(--context-menu-background-color);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
DMenus.js53 this.put('fontFamily', new Menu(mxUtils.bind(this, function(menu, parent) argument
57 var tr = this.styleChange(menu, fontFamily, [mxConstants.STYLE_FONTFAMILY],
87 menu.addSeparator(parent);
96 menu.addSeparator(parent);
98 menu.addItem(mxResources.get('reset'), null, mxUtils.bind(this, function()
104 menu.addSeparator(parent);
107 …this.promptChange(menu, mxResources.get('custom') + '...', '', mxConstants.DEFAULT_FONTFAMILY, mxC…
116 this.put('formatBlock', new Menu(mxUtils.bind(this, function(menu, parent) argument
120 return menu.addItem(label, null, mxUtils.bind(this, function()
143 this.put('fontSize', new Menu(mxUtils.bind(this, function(menu, parent) argument
[all …]
DToolbar.js138 … = this.addMenuFunction('', mxResources.get('connection'), false, mxUtils.bind(this, function(menu) argument
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],…
149 …ction('geSprite-orthogonal', mxResources.get('waypoints'), false, mxUtils.bind(this, function(menu) argument
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…
[all …]
/plugin/freechat/phpfreechat/style/
Dmenu.css2 div.menu {
13 div.menu * { font-size: 95%; }
14 div.menu ul {
20 div.menu li {
23 div.menu img { margin-top: 10px; }
24 div.menu .title {
30 div.menu li.sub {
36 div.menu li a {
43 div.menu li.item {
46 div.menu a:link, div.menu a:visited, div.menu a:hover { color: #FFF; }
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DSchemaEditorMenuBar.java57 JMenu menu = null; in SchemaEditorMenuBar() local
61 menu = add(new JMenu(mxResources.get("file"))); in SchemaEditorMenuBar()
63 menu.add(editor.bind(mxResources.get("new"), new NewAction(), in SchemaEditorMenuBar()
65 menu.add(editor.bind(mxResources.get("openFile"), new OpenAction(), in SchemaEditorMenuBar()
68 menu.addSeparator(); in SchemaEditorMenuBar()
70 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in SchemaEditorMenuBar()
72 menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true), in SchemaEditorMenuBar()
75 menu.addSeparator(); in SchemaEditorMenuBar()
77 menu.add(editor.bind(mxResources.get("pageSetup"), in SchemaEditorMenuBar()
80 menu.add(editor.bind(mxResources.get("print"), new PrintAction(), in SchemaEditorMenuBar()
[all …]
DEditorMenuBar.java69 JMenu menu = null; in EditorMenuBar() local
73 menu = add(new JMenu(mxResources.get("file"))); in EditorMenuBar()
75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(), in EditorMenuBar()
77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(), in EditorMenuBar()
80 menu.addSeparator(); in EditorMenuBar()
82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false), in EditorMenuBar()
100 menu = add(new JMenu(mxResources.get("edit"))); in EditorMenuBar()
102 menu.add(editor.bind(mxResources.get("undo"), new HistoryAction(true), in EditorMenuBar()
104 menu.add(editor.bind(mxResources.get("redo"), new HistoryAction(false), in EditorMenuBar()
107 menu.addSeparator(); in EditorMenuBar()
[all …]
DEditorMenuBar.java.bak69 JMenu menu = null;
72 // Creates the file menu
73 menu = add(new JMenu(mxResources.get("file")));
75 menu.add(editor.bind(mxResources.get("clear"), new NewAction(),
77 menu.add(editor.bind(mxResources.get("reload"), new OpenAction(),
80 menu.addSeparator();
82 menu.add(editor.bind(mxResources.get("save"), new SaveAction(false),
84 // menu.add(editor.bind(mxResources.get("saveAs"), new SaveAction(true),
87 // menu.addSeparator();
89 // menu.add(editor.bind(mxResources.get("pageSetup"),
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Ddefault.css291 menu { selector
477 ul ul, ul ol, ul dir, ul menu, ul dl,
478 ol ul, ol ol, ol dir, ol menu, ol dl,
479 dir ul, dir ol, dir dir, dir menu, dir dl,
480 menu ul, menu ol, menu dir, menu menu, menu dl,
481 dl ul, dl ol, dl dir, dl menu, dl dl {
487 ol ul, ul ul, menu ul, dir ul,
488 ol menu, ul menu, menu menu, dir menu,
489 ol dir, ul dir, menu dir, dir dir {
494 ol ol ul, ol ul ul, ol menu ul, ol dir ul,
[all …]
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.menu.js60 tree.ext.menu.data = {
80 tree.ext.menu._openMenu(ctx);
86 $(opts.menu.selector)
87 .menu({
89 tree.ext.menu.data.$menu = $(this).menu("widget");
90 var data = $.extend({}, tree.ext.menu.data);
91 opts.menu.create.call(tree, event, data);
94 var data = $.extend({}, tree.ext.menu.data, {
98 opts.menu.focus.call(tree, event, data);
101 var data = $.extend({}, tree.ext.menu.data, {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.css21 .amcharts-export-menu {
27 .amcharts-main-div:hover .amcharts-export-menu, .amcharts-stock-div:hover .amcharts-export-menu {
30 .amcharts-export-menu-top-left > ul > li > ul:after {
41 .amcharts-export-menu-top-left > ul > li > ul > li:first-child > a:after {
52 .amcharts-export-menu-top-right > ul > li > ul:after {
63 .amcharts-export-menu-top-right > ul > li > ul > li:first-child > a:after {
74 .amcharts-export-menu-bottom-left > ul > li > ul:after {
85 .amcharts-export-menu-bottom-left > ul > li > ul > li:last-child > a:after {
96 .amcharts-export-menu-bottom-right > ul > li > ul:after {
107 .amcharts-export-menu-bottom-right > ul > li > ul > li:last-child > a:after {
[all …]
DREADME.md59 "menu": [ {
61 "menu": [ {
63 "menu": [ "PNG", "JPG", "CSV" ]
67 "menu": [ {
69 "menu": [ "PNG", "JPG" ]
127 divId | | ID or a reference to div object in case you want the menu in a separate container.
133 menu | [] | A list of menu or submenu items (see the next chapter for details)
147 …e the css attribute 'overflow' of the chart container to avoid cropping the menu on small container
150 ## Configuring export menu
152 Plugin includes a way to completely control what is displayed on export menu.
[all …]
/plugin/linksuggest/
Dstyle.css9 .textcomplete-dropdown.dropdown-menu {
18 .textcomplete-dropdown.dropdown-menu li {
26 .textcomplete-dropdown.dropdown-menu li.textcomplete-header,
27 .textcomplete-dropdown.dropdown-menu li.textcomplete-footer{
32 .textcomplete-dropdown.dropdown-menu li a {
37 .textcomplete-dropdown.dropdown-menu li:first-child {
41 .textcomplete-dropdown.dropdown-menu li:hover,
42 .dropdown-menu .active {
49 .textcomplete-dropdown.dropdown-menu {
55 .textcomplete-dropdown.dropdown-menu a:hover {
/plugin/diagramsnet/lib/js/diagramly/
DMenus.js230 this.put('units', new Menu(mxUtils.bind(this, function(menu, parent) argument
232 this.addMenuItems(menu, ['points', 'inches', 'millimeters', 'meters'], parent);
1125 this.put('language', new Menu(mxUtils.bind(this, function(menu, parent) argument
1134 item = menu.addItem(lang, null, mxUtils.bind(this, function()
1149 menu.addCheckmark(item, Editor.checkmarkImage);
1157 menu.addSeparator(parent);
1280 layoutMenu.funct = function(menu, parent) argument
1284 menu.addItem(mxResources.get('orgChart'), null, function()
1442 menu.addSeparator(parent);
1444 menu.addItem(mxResources.get('parallels'), null, mxUtils.bind(this, function()
[all …]
DMinimal.js151 var menu = ui.menus.get(id);
156 menu.funct.apply(this, arguments);
745 Menus.prototype.createPopupMenu = function(menu, cell, evt) argument
748 menu.smartSeparators = true;
755 menu.addSeparator();
759 this.addMenuItems(menu, ['-', 'lockUnlock'], null, evt);
769 this.addMenuItems(menu, (graph.isCellCollapsed(cell)) ? ['expand'] : ['collapse'], null, evt);
772 this.addMenuItems(menu, ['collapsible', '-', 'lockUnlock', 'enterGroup'], null, evt);
773 menu.addSeparator();
774 this.addSubmenu('layout', menu);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/examples/
Dexport.config.advanced.js14 menu: [ {
31 menu: [ { property
76 menu: [ { property
79 menu: [
114 var menu = this.createMenu( [ {
118 this.createMenu( this.defaults.menu );
121 var label = menu.getElementsByTagName( "span" )[ 0 ];
133 this.createMenu( this.defaults.menu );
150 var menu = this.createMenu( [ {
154 this.createMenu( this.defaults.menu );
[all …]
/plugin/menu/
Dstyle.css2 div.menu {
37 div.menu p.caption {
43 div.menu img {
49 div.menu span.menutext {
56 div.menu p.menudesc {
63 div#menu ul.menubar {
71 div#menu ul.menubar li {
74 div#menu ul.menubar li:not(:last-child) {
78 div#menu ul.menubar li a {
/plugin/diagramsnet/lib/plugins/webcola/
Dwebcola.js24 var menu = ui.menus.get('layout');
26 if (menu != null)
28 var oldFunct = menu.funct;
30 menu.funct = function(menu, parent) argument
36 ui.menus.addMenuItems(menu, ['-', 'webColaLayout'], parent);
/plugin/diagramsnet/lib/plugins/
Dtext.js18 var menu = ui.menus.get('extras');
19 var oldFunct = menu.funct;
21 menu.funct = function(menu, parent) argument
25 ui.menus.addMenuItems(menu, ['-', 'extractText'], parent);
Danonymize.js86 var menu = editorUi.menus.get('extras');
87 var oldFunct = menu.funct;
89 menu.funct = function(menu, parent) argument
93 editorUi.menus.addMenuItems(menu, ['-', 'anonymizeCurrentPage'], parent);
/plugin/issuetracker/
Dfabtabulous.js18 this.menu = $A(this.element.getElementsByTagName('a'));
20 this.menu.each(this.setupTab.bind(this));
31 this.menu.without(elm).each(this.hide.bind(this));
48 var elm = this.menu.find(function(value) { return value.href.match(/#(\w.+)/)[1] == loc; });
49 return elm || this.menu.first();
51 return this.menu.first();
/plugin/topbarsyntax/
DREADME2 * topbarsyntax Plugin: delivers css based menu on dw page wherever you want to have it
16 There are two parameters. The first defines the width of the menu. There are all
18 the menu orientation (h = horizontal, vl = vertical, left sided, vr = vertical, right sided).
20 horizontal menu bar syntax = {{topbarsyntax>850px,h}}
21 left sided vertical menu bar syntax = {{topbarsyntax>12em,vl}}
22 right sided vertical menu bar syntax = {{topbarsyntax>12em,vr}}
32 CSS file can be modified to your needs according menu-item width, colors, etc.
/plugin/indexmenu2/templates/DokuWiki/IndexMenu/
Ddesign.css2 * Tree menu has "expanded" and "collapsed" states
19 background: url(i/menu-base.gif) top left no-repeat;
23 background: url(i/menu-expanded-ctrl.gif) top left no-repeat;
26 background: url(i/menu-collapsed-ctrl.gif) top left no-repeat;
29 background: url(i/menu-expanded.gif) top left no-repeat;
32 background: url(i/menu-collapsed.gif) top left no-repeat;

12345678910>>...44