Searched refs:noScroll (Results 1 – 4 of 4) sorted by relevance
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Editor.js | 803 function Dialog(editorUi, elt, w, h, modal, closable, onClose, noScroll, transparent, onResize, ign… argument 880 if (!noScroll && elt.clientHeight > div.clientHeight - padding) 962 if (!noScroll && elt.clientHeight > div.clientHeight - padding)
|
H A D | EditorUi.js | 4325 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…
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 10699 var noScroll = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; 10721 if (!noScroll) { 10752 var noScroll = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; 10756 this._setScaleUpdatePages(scale, value, noScroll, false); 10804 this._setScaleUpdatePages(scale, value, noScroll, true);
|
H A D | viewer.js.map | 1 …noScroll","preset","newValue","isSameScale","presetValue","_setScale","noPadding","hPadding","vPad…
|