임시저장글 로드할때

임시저장글 로드할때

QA

임시저장글 로드할때

답변 1

본문

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

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

autosave.editor.js

요거가 지금 


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



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

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

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 0
© SIRSOFT
현재 페이지 제일 처음으로