Home
last modified time | relevance | path

Searched refs:closable (Results 1 – 7 of 7) sorted by relevance

/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js1772 GraphViewer.prototype.showLightbox = function(editable, closable, target) argument
1785 closable = (closable != null) ? closable : true;
1795 if (closable)
H A DEditorUi.js4138 EditorUi.prototype.confirm = function(msg, okFn, cancelFn, okLabel, cancelLabel, closable) argument
4161 this.showDialog(dlg.container, 340, 46 + height, true, closable);
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js43 closable: true, property in AnonymousFunction91f19f9c0200.defaults
1245 if (_this.s.closable) {
H A Dlightgallery.min.js4closable:!0,loop:!0,escKey:!0,keyPress:!0,controls:!0,slideEndAnimatoin:!0,hideControlOnEnd:!1,mou… property in AnonymousFunction7137b5ee0200.c
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js803 function Dialog(editorUi, elt, w, h, modal, closable, onClose, noScroll, transparent, onResize, ign… argument
888 if (closable)
H A DSidebar.js276 …p = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseDown, closable, applyAllStyles) argument
353 this.tooltipCloseImage.style.display = (closable) ? '' : 'none';
H A DEditorUi.js4325 EditorUi.prototype.showDialog = function(elt, w, h, modal, closable, onClose, noScroll, transparent… argument
4335 …this.dialog = new Dialog(this, elt, w, h, modal, closable, onClose, noScroll, transparent, onResiz…