mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
글작성시 미리보기하는 팝업의 크기조절 가능하도록 옵션 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a902f95077
commit
5830757472
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue