글작성시 미리보기하는 팝업의 크기조절 가능하도록 옵션 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-05 02:11:25 +00:00
parent a902f95077
commit 5830757472

View file

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