mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
변경된 에디터로 인하여 페이지 수정시 위젯이 제대로 삽입안되는 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2586 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
857e52e104
commit
cffa201a49
1 changed files with 3 additions and 3 deletions
|
|
@ -23,11 +23,11 @@ function completeGenerateCodeInPage(ret_obj,response_tags,params,fo_obj) {
|
|||
|
||||
// 부모창에 에디터가 있으면 에디터에 추가
|
||||
if(opener.editorGetIFrame) {
|
||||
var iframe_obj = opener.editorGetIFrame(module_srl);
|
||||
var iframe_obj = opener.editorGetIFrame(1);
|
||||
if(iframe_obj) {
|
||||
opener.editorFocus(module_srl);
|
||||
opener.editorFocus(1);
|
||||
opener.editorReplaceHTML(iframe_obj, widget_code);
|
||||
opener.editorFocus(module_srl);
|
||||
opener.editorFocus(1);
|
||||
}
|
||||
}
|
||||
window.close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue