에디터 미리보기 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5045 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-09 00:41:09 +00:00
parent 6487d18cfb
commit fb9f5339cc

View file

@ -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" />');