처음 글 써보네요...
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();
},
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();
},
게시글 목록
| 번호 | 제목 |
|---|---|
| 34021 | |
| 33994 | |
| 33922 | |
| 33895 | |
| 33889 | |
| 33882 | |
| 33868 |
최신글
최신글 함수 개량
11
|
| 33863 | |
| 33859 | |
| 33857 | |
| 33849 | |
| 33842 | |
| 33835 | |
| 33830 | |
| 33828 | |
| 33807 | |
| 33797 | |
| 33796 | |
| 33791 | |
| 33786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기