cheditor에디터 사용 시 글 내용 길어질때 스크롤 안내려가는 현상 > 그누4 팁자료실

그누4 팁자료실

그누보드4와 관련된 팁을 여러분들과 함께 공유하세요.
나누면 즐거움이 커집니다.

cheditor에디터 사용 시 글 내용 길어질때 스크롤 안내려가는 현상 정보

cheditor에디터 사용 시 글 내용 길어질때 스크롤 안내려가는 현상

본문

처음 글 써보네요...
cheditor 에디터 사용시 글 내용 길어지면 overflow:auto 라서 스크롤은 생기는데 익스에서는
스크롤이 밑으로 안내려가서 작성되는 글이 안보여지는 현상이 발생해요

이 부분을 수정해봤어요
cheditor 버젼 5 사용하고요

openDoc : function (doc, contents) {
doc.open();
var html = '<html><head><title>'+this.config.docTitle+'</title><style></style>';
html += '<script>function scrollTop_ok() { document.body.scrollTop = document.body.scrollHeight;} setInterval("scrollTop_ok()",100);</script>'; // fixed by HYEM 2013-08-29
html += '</head><body>';

if (typeof(contents) === 'string') {
html += this.trimSpace(contents);
}

html += '</body></html>';
doc.write(html);
doc.close();
},

추천
0

댓글 2개

전체 3,313 |RSS
그누4 팁자료실 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT