mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
에디터 미리보기 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5045 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6487d18cfb
commit
fb9f5339cc
1 changed files with 1 additions and 0 deletions
|
|
@ -448,6 +448,7 @@ function editorChangeMode(mode, editor_sequence) {
|
|||
if(!fo_obj) {
|
||||
fo_obj = xCreateElement('form');
|
||||
fo_obj.id = "preview_form";
|
||||
fo_obj.method = "post";
|
||||
fo_obj.action = request_uri;
|
||||
fo_obj.target = "editor_preview_"+editor_sequence;
|
||||
xInnerHtml(fo_obj,'<input type="hidden" name="module" value="editor" /><input type="hidden" name="editor_sequence" value="'+editor_sequence+'" /><input type="hidden" name="act" value="dispEditorPreview" /><input type="hidden" name="content" />');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue