/plugin/struct/jsoneditor/ |
H A D | jsoneditor.min.css | 1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoneditor-value.jsoneditor-url:focus,a.jsoneditor-value.jsoneditor-url:hover{color:#ee422e}div.jsoneditor td.jsoneditor-separator{padding:3px 0;vertical-align:top;color:gray}div.jsoneditor-field.jsoneditor-highlight,div.jsoneditor-field[contenteditable=true]:focus,div.jsoneditor-field[contenteditable=true]:hover,div.jsoneditor-value.jsoneditor-highlight,div.jsoneditor-value[contenteditable=true]:focus,div.jsoneditor-value[contenteditable=true]:hover{background-color:#FFFFAB;border:1px solid #ff0;border-radius:2px}div.jsoneditor-field.jsoneditor-highlight-active,div.jsoneditor-field.jsoneditor-highlight-active:focus,div.jsoneditor-field.jsoneditor-highlight-active:hover,div.jsoneditor-value.jsoneditor-highlight-active,div.jsoneditor-value.jsoneditor-highlight-active:focus,div.jsoneditor-value.jsoneditor-highlight-active:hover{background-color:#fe0;border:1px solid #ffc700;border-radius:2px}div.jsoneditor-value.jsoneditor-string{color:green}div.jsoneditor-value.jsoneditor-array,div.jsoneditor-value.jsoneditor-object{min-width:16px;color:grey}div.jsoneditor-value.jsoneditor-number{color:#ee422e}div.jsoneditor-value.jsoneditor-boolean{color:#ff8c00}div.jsoneditor-value.jsoneditor-null{color:#004ED0}div.jsoneditor-value.jsoneditor-invalid{color:#000}div.jsoneditor-tree button{width:24px;height:24px;padding:0;margin:0;border:none;cursor:pointer;background:url(img/jsoneditor-icons.svg)}div.jsoneditor-mode-form tr.jsoneditor-expandable td.jsoneditor-tree,div.jsoneditor-mode-view tr.jsoneditor-expandable td.jsoneditor-tree{cursor:pointer}div.jsoneditor-tree button.jsoneditor-collapsed{background-position:0 -48px}div.jsoneditor-tree button.jsoneditor-expanded{background-position:0 -72px}div.jsoneditor-tree button.jsoneditor-contextmenu{background-position:-48px -72px}div.jsoneditor-tree button.jsoneditor-contextmenu.jsoneditor-selected,div.jsoneditor-tree button.jsoneditor-contextmenu:focus,div.jsoneditor-tree button.jsoneditor-contextmenu:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu{background-position:-48px -48px}div.jsoneditor-tree :focus{outline:0}div.jsoneditor-tree button:focus{background-color:#f5f5f5;outline:#e5e5e5 solid 1px}div.jsoneditor-tree button.jsoneditor-invisible{visibility:hidden;background:0 0}div.jsoneditor{color:#1A1A1A;border:1px solid #3883fa;box-sizing:border-box;width:100%;height:100%;overflow:hidden;position:relative;padding:0;line-height:100%}div.jsoneditor,div.jsoneditor-outer{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}div.jsoneditor-tree table.jsoneditor-tree{border-collapse:collapse;border-spacing:0;width:100%;margin:0}div.jsoneditor-outer{width:100%;height:100%;margin:-35px 0 0;padding:35px 0 0;box-sizing:border-box}div.jsoneditor-tree{width:100%;height:100%;position:relative;overflow:auto}textarea.jsoneditor-text{width:100%;height:100%;margin:0;box-sizing:border-box;outline-width:0;border:none;background-color:#fff;resize:none}div.jsoneditor-menu,textarea.jsoneditor-text{-moz-box-sizing:border-box;-webkit-box-sizing:border-box}tr.jsoneditor-highlight,tr.jsoneditor-selected{background-color:#e6e6e6}tr.jsoneditor-selected button.jsoneditor-contextmenu,tr.jsoneditor-selected button.jsoneditor-dragarea{visibility:hidden}tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-contextmenu,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{visibility:visible}div.jsoneditor-tree button.jsoneditor-dragarea{background:url(img/jsoneditor-icons.svg)-72px -72px;cursor:move}div.jsoneditor-tree button.jsoneditor-dragarea:focus,div.jsoneditor-tree button.jsoneditor-dragarea:hover,tr.jsoneditor-selected.jsoneditor-first button.jsoneditor-dragarea{background-position:-72px -48px}div.jsoneditor td,div.jsoneditor th,div.jsoneditor tr{padding:0;margin:0}div.jsoneditor td,div.jsoneditor td.jsoneditor-tree{vertical-align:top}.jsoneditor-schema-error,div.jsoneditor td,div.jsoneditor textarea,div.jsoneditor th,div.jsoneditor-field,div.jsoneditor-value{font-family:droid sans mono,consolas,monospace,courier new,courier,sans-serif;font-size:10pt;color:#1A1A1A}.jsoneditor-schema-error{cursor:default;display:inline-block;height:24px;line-height:24px;position:relative;text-align:center;width:24px}div.jsoneditor-tree .jsoneditor-schema-error{width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}.jsoneditor-schema-error .jsoneditor-popover{background-color:#4c4c4c;border-radius:3px;box-shadow:0 0 5px rgba(0,0,0,.4);color:#fff;display:none;padding:7px 10px;position:absolute;width:200px;z-index:4}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above{bottom:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below{top:32px;left:-98px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left{top:-7px;right:32px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right{top:-7px;left:32px}.jsoneditor-schema-error .jsoneditor-popover:before{border-right:7px solid transparent;border-left:7px solid transparent;content:'';display:block;left:50%;margin-left:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-above:before{border-top:7px solid #4c4c4c;bottom:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-below:before{border-bottom:7px solid #4c4c4c;top:-7px}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before,.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-top:7px solid transparent;border-bottom:7px solid transparent;content:'';top:19px;margin-left:inherit;margin-top:-7px;position:absolute}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-left:before{border-left:7px solid #4c4c4c;right:-14px;left:inherit}.jsoneditor-schema-error .jsoneditor-popover.jsoneditor-right:before{border-right:7px solid #4c4c4c;left:-14px}.jsoneditor-schema-error:focus .jsoneditor-popover,.jsoneditor-schema-error:hover .jsoneditor-popover{display:block;-webkit-animation:fade-in .3s linear 1,move-up .3s linear 1;-moz-animation:fade-in .3s linear 1,move-up .3s linear 1;-ms-animation:fade-in .3s linear 1,move-up .3s linear 1}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@-moz-keyframes fade-in{from{opacity:0}to{opacity:1}}@-ms-keyframes fade-in{from{opacity:0}to{opacity:1}}.jsoneditor .jsoneditor-text-errors{width:100%;border-collapse:collapse;background-color:#ffef8b;border-top:1px solid gold}.jsoneditor .jsoneditor-text-errors td{padding:3px 6px;vertical-align:middle}.jsoneditor-text-errors .jsoneditor-schema-error{border:none;width:24px;height:24px;padding:0;margin:0 4px 0 0;background:url(img/jsoneditor-icons.svg)-168px -48px}div.jsoneditor-contextmenu-root{position:relative;width:0;height:0}div.jsoneditor-contextmenu{position:absolute;z-index:99999}div.jsoneditor-contextmenu u [all...] |
/plugin/indexmenu/scripts/ |
H A D | contextmenu.local.js.example | 2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js -- 4 * - Rename this file to contextmenu.local.js 8 * See for information about available variables, menu structure, override and adding menu entries in the scripts/contextmenu.js 49 * Some common functions are added by [indexmenu plugin folder]/scripts/contextmenu.js
|
H A D | contextmenu.js | 15 * - PLEASE EDIT ONLY the scripts/contextmenu.local.js file 38 * ['Title of action 1 (html allowed)', 'javascript here ... see for examples scripts/contextmenu.js'] 40 * ['Title of action 1 (html allowed)', 'javascript here ... see for examples scripts/contextmenu.js', 'Customized title'] 74 // IMPORTANT: DON'T MODIFY THIS FILE, BUT EDIT contextmenu.local.js PLEASE! 324 * Fills the contextmenu by creating entries from the given configuration arrays and concatenating these 399 * Check mouse button onmousedown event, only for middle and right mouse button contextmenu is shown 409 obj.contextmenu(n, e);
|
H A D | indexmenu.js | 931 * Show the contextmenu 937 dTree.prototype.contextmenu = function (n, e) { 999 //create contextmenu 888 dTree.prototype.contextmenu = function (n, e) { global() method in dTree
|
/plugin/edittable/ |
H A D | style.less | 4 @import "less/contextmenu.less";
|
/plugin/dtable/ |
H A D | plugin.info.txt | 6 desc Edit wiki tables directly on the page, using contextmenu.
|
/plugin/stlviewer/stlviewer/ |
H A D | TrackballControls.js | 574 function contextmenu( event ) {
function 584 this.domElement.removeEventListener( 'contextmenu', contextmenu, false );
600 this.domElement.addEventListener( 'contextmenu', contextmenu, false );
|
/plugin/copycode/ |
H A D | README.md | 29 - Removing default contextmenu on right click on a code block
|
/plugin/tindexmenu/ |
H A D | script.js | 117 obj.contextmenu (n,e);
|
H A D | indexmenu-full.js | 720 dTree.prototype.contextmenu = function(n, e) { method in dTree
|
H A D | indexmenu.js | 57 dTree.prototype.contextmenu=function(a,c){var b,d,e,f,g,h;$("cdtree_"+this.obj);g=$("r"+this.obj);i… method in dTree
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 50 // If the "contextmenu" plugin is loaded, register the listeners.
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 50 // If the "contextmenu" plugin is loaded, register the listeners.
|
/plugin/metaeditor/ |
H A D | script.js | 206 contextmenu: { items: customMenu }
|
H A D | style.css | 188 .vakata-context .vakata-contextmenu-disabled a, 189 .vakata-context .vakata-contextmenu-disabled a:hover { 210 .vakata-context li > a .vakata-contextmenu-sep { 218 .vakata-context .vakata-contextmenu-shortcut { 249 .vakata-context-rtl li > a .vakata-contextmenu-sep {
|
H A D | jstree.js | 5177 $.jstree.defaults.contextmenu = { 5313 $.jstree.plugins.contextmenu = function (options, parent) { 5333 …if(this._data.contextmenu.visible && (!last_ts || (+new Date()) - last_ts > 250)) { // work around… 5380 …$(document).on("context_hide.vakata.jstree", $.proxy(function () { this._data.contextmenu.visible … 5383 if(this._data.contextmenu.visible) { 5402 var s = this.settings.contextmenu, 5412 if(this.settings.contextmenu.select_node && !this.is_selected(obj)) { 5444 this._data.contextmenu.visible = true;
|
/plugin/ckgdoku/ckeditor/lang/ |
H A D | en.js | 1 … select the template to open in the editor",title:"Content Templates"},contextmenu:{options:"Conte… class in CKEDITOR.lang.en
|
H A D | lang_array.txt | 178 "contextmenu": {
|
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 142 // If the "contextmenu" plugin is loaded, register the listeners.
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js.unc | 142 // If the "contextmenu" plugin is loaded, register the listeners.
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_nl.txt | 829 …ding kopiëren" in het contextmenu. Klik vervolgens in het document met de rechtermuisknop en selec… 846 …ervolgens in het onderstaande vak met de rechtermuisknop en selecteer "Plakken" in het contextmenu.
|
/plugin/amcharts/assets/amcharts/ |
H A D | pie.js | 5 a)}).mouseup(function(a){c.clickSlice(b,a)}).contextmenu(function(a){c.handleRightClick(b,a)})},for…
|
H A D | funnel.js | 5 a)}).mouseup(function(a){c.clickSlice(b,a)}).contextmenu(function(a){c.handleRightClick(b,a)})},for…
|
/plugin/ckgedit/ckeditor/lang/ |
H A D | en.js.4.9 | 5 …lect the template to open in the editor","title":"Content Templates"},"contextmenu":{"options":"Co…
|
H A D | lang_array.txt | 178 "contextmenu": {
|