Searched refs:showLightbox (Results 1 – 11 of 11) sorted by relevance
/plugin/lightbox/ |
H A D | script.js | 162 function showLightbox(objLink) function 294 anchor.onclick = function () {showLightbox(this); return false;};
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.d.ts | 2265 showLightbox(id: string|number): void; method
|
H A D | dhtmlxgantt.js | 13 …showLightbox(e)},delete:function(e){var i=t.getTask(e);if(!t.isReadonly(i)){var n=t.locale.labels.… function
|
H A D | dhtmlxgantt.js.map | 1 …showLightbox","delete","question","confirm_deleting","confirm_deleting_title","_dhtmlx_confirm","$…
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | GraphViewer.js | 1548 this.showLightbox(); 1764 this.showLightbox(); 1772 GraphViewer.prototype.showLightbox = function(editable, closable, target) method in GraphViewer
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 13 …k.buttons.delete(this.taskId)},enter:function(){t.isReadonly(this)||t.showLightbox(this.taskId)},"…
|
H A D | dhtmlxgantt_keyboard_navigation.js.map | 1 …showLightbox","ctrl+enter","createTask","previousSibling","$grid_scale","taskRow","enter, space","…
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_keyboard_navigation.js | 1602 gantt.showLightbox(this.taskId);
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 7819 this.showLightbox(item.id); 12174 gantt.showLightbox(id); 13308 gantt.showLightbox = function (id) { class in gantt 22624 gantt.showLightbox(id);
|
/plugin/diagramsnet/lib/js/ |
H A D | viewer.min.js | 4060 …ightbox"==x?this.lightboxEnabled&&b(mxUtils.bind(this,function(){this.showLightbox()}),Editor.full… 4067 …ightboxClickEnabled||mxEvent.isTouchEvent(b)&&0!=this.toolbarItems.length||this.showLightbox()}))}; 4068 GraphViewer.prototype.showLightbox=function(b,c,e){if("open"==this.graphConfig.lightbox||window.sel…
|
H A D | viewer-static.min.js | 4060 …ightbox"==x?this.lightboxEnabled&&b(mxUtils.bind(this,function(){this.showLightbox()}),Editor.full… 4067 …ightboxClickEnabled||mxEvent.isTouchEvent(b)&&0!=this.toolbarItems.length||this.showLightbox()}))}; 4068 GraphViewer.prototype.showLightbox=function(b,c,e){if("open"==this.graphConfig.lightbox||window.sel…
|