Lines Matching +full:x +full:- +full:view

15  *  - PLEASE EDIT ONLY the scripts/contextmenu.local.js file
16 * - DON'T EDIT this file, it is overwritten at plugin update
22 * indexmenu_contextmenu['all']['pg']['view'] = [...array with menu description here... ];
24 * indexmenu_contextmenu['all']['ns']['view'] = [ ... ];
27 * indexmenu_contextmenu['pg']['view'] = [ ... ];
28 * indexmenu_contextmenu['ns']['view'] = [ ... ];
31 * indexmenu_contextmenu['pg']['view'] = [ ... ];
32 * indexmenu_contextmenu['ns']['view'] = [ ... ];
35 * - section title: array with one entry e.g.:
37 * - menu action: array with two entries e.g.:
39 * - menu action with custom tooltip: array with three entries e.g.:
41 …* - submenu: array with two entries where second entry is an array that describes again a menu e.…
54 * indexmenu_contextmenu['all']['pg']['view'][0] = ['customtitle'];
57 * indexmenu_contextmenu['all']['pg']['view'][0] = ['Custom Title'];
64 …* -> optional: description2 = optional you can add more elements at once by splice(index, howM…
66 …* indexmenu_contextmenu['all']['pg']['view'].splice(1, 0, ['Input new page', '"javascript: Index…
81 'view': [ property
94 'view': [ property
106 'view': [ property
108 ['<em>'+LANG.plugins.indexmenu.create+'--></em>', [
113 ['<em>'+LANG.plugins.indexmenu.more+'--></em>', [
123 'view': [ property
125 ['<em>'+LANG.plugins.indexmenu.more+'--></em>', [
137 'view': [ property
140 ['<em>'+LANG.plugins.indexmenu.more+'--></em>', [
301 var x = 8, y = 0;
306 x += pos.left + $btn[0].offsetWidth;
312 left: x,
333 if (typeof amenu == 'undefined' || typeof amenu['view'] == 'undefined') {
336 var cmenu = amenu['view'];
384 var X = 0, Y = 0;
387 X = e.pageX;
391 X = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
394 obj.style.left = X - 5 + 'px';
395 obj.style.top = Y - 5 + 'px';