글 작성중 미리보기를 할 경우 팝업의 스크롤바가 무조건 생기도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2016 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 11:00:41 +00:00
parent 94227a556d
commit a9f53c939c

View file

@ -573,7 +573,7 @@ function doDocumentPreview(obj) {
var content = fo_obj.content.value;
var win = window.open("","previewDocument","toolbars=no,width=700px;height:800px;");
var win = window.open("","previewDocument","toolbars=no,width=700px;height:800px,scrollbars=yes");
var dummy_obj = xGetElementById("previewDocument");