mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
글 작성중 미리보기를 할 경우 팝업의 스크롤바가 무조건 생기도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2016 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
94227a556d
commit
a9f53c939c
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue