2026, 새로운 도약을 시작합니다.

임시저장글 로드할때 채택완료

제목은 로드가되고 본분이 로드가안되네요...

본문쪽 로드가 안되는걸로 보아 에디터쪽에서 뭐가잘안되는것 같은데 어디를 봐야할지모르겠네요

autosave.editor.js

요거가 지금 

Copy


function get_editor_wr_content()

{

    return oEditors.getById['wr_content'].getIR();;

}

function put_editor_wr_content(content)

{

    oEditors.getById["wr_content"].exec("SET_CONTENTS", [""]);

    //oEditors.getById["wr_content"].exec("SET_IR", [""]);

    oEditors.getById["wr_content"].exec("PASTE_HTML", [content]);

    return;

}

요렇게되되있는데 

id="wr_content" 이쪽으로 값을 못넘기는것 같은데 어디를 봐야할까요?

답변 1개

Copy



function get_editor_wr_content()
{
    return oEditors.getById['wr_content'].getIR();;
}

에서 읽어오니 return 되기전에 값을 제대로 읽어 오는지 프린트해 보세요.

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인
🐛 버그신고