cheditor5 높이설정이 -ㅅ- 정보
cheditor5 높이설정이 -ㅅ-본문
cheditor5/cheditor.js에서
editorHeight : '900px',
부분을 아무리 수정해봣자 250px으로 되는데 ;
흑 ㅜ 어쩌죠 ;;
editorHeight : '900px', 로설정하면
this.config.editorHeight에 900px 이저장되잇다가
막상 높이 설정하는 부분에서는
[ editArea.style.height = this.config.editorHeight;]
여기서는 250px로 찍힙니다 ;
editorHeight : '900px',
부분을 아무리 수정해봣자 250px으로 되는데 ;
흑 ㅜ 어쩌죠 ;;
editorHeight : '900px', 로설정하면
this.config.editorHeight에 900px 이저장되잇다가
막상 높이 설정하는 부분에서는
[ editArea.style.height = this.config.editorHeight;]
여기서는 250px로 찍힙니다 ;
댓글 전체
켁 ㅋㅋㅋ 감사합니다 ^^
오오...
소스의 제일 위쪽이군요.
아름다운 코드.
ie9에서는 좌절...
반영을 하려면..
소스의 제일 위쪽이군요.
아름다운 코드.
ie9에서는 좌절...
반영을 하려면..