Request scrollbars in external windows

print-window-tiddler
Jermolene 2015-05-05 21:47:37 +01:00
rodzic 789069bb6b
commit cad5917eeb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@ exports.startup = function() {
width = paramObject.width || "700",
height = paramObject.height || "600";
// Open the window
var srcWindow = window.open("","external-" + title,"width=" + width + ",height=" + height),
var srcWindow = window.open("","external-" + title,"scrollbars,width=" + width + ",height=" + height),
srcDocument = srcWindow.document;
windows[title] = srcWindow;
// Check for reopening the same window