테스트 사이트 - 개발 중인 베타 버전입니다

DHTML 에디터 창 높이 늘리기

· 11년 전 · 11407 · 3
2014.05.13_03.jpg
{이미지:0}


cheditor 4 : cheditor.js / 기본 300px

[code]editorHeight : '300px',[/code]



cheditor 5 : editor.lib.php / 기본 250px (실제 내부 세로 칫수는 255px)

[code]$height = isset($editor_height) ? $editor_height : "250px";[/code]



ckeditor 4 : ckeditor.js / 기본 200px

plugin/editor/ckeditor4/ckeditor.js

[code]CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",contentsLangDirection:"",enterMode:CKEDITOR.ENTER_P,forceEnterMode:!1,shiftEnterMode:CKEDITOR.ENTER_BR,docType:"<!DOCTYPE html>",bodyId:"",bodyClass:"",fullPage:!1,height:200,extraPlugins:"",removePlugins:"",protectedSource:[],tabIndex:0,width:"",baseFloatZIndex:1E4,blockedKeystrokes:[CKEDITOR.CTRL+66,CKEDITOR.CTRL+73,CKEDITOR.CTRL+85,CKEDITOR.CTRL+89,CKEDITOR.CTRL+90,CKEDITOR.CTRL+CKEDITOR.SHIFT+90]};
[/code]


위치는 조금씩 다를 수 있을 것입니다. 'height'로 검색해 보십시오.

댓글 작성

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

로그인하기

댓글 3개

도움될거같아요! 감사합니다~
cheditor 4 는 스크립트 파일에 있는 것이 맞는데요
cheditor 5는 editor.lib.php 11번줄 수정해야 되는 것을 확인하였습니다. ($height = '250px';)
고맙습니다~^^
'ckeditor 4'를 사용하는지라... 'cheditor 5'는 미처 확인을 못해봤었네요.
내용 수정했습니다.

게시글 목록

번호 제목
24318
24317
24315
24309
24294
24293
24277
24262
24260
24253
24251
24236
24233
24228
24226
24221
24214
24203
24201
24199
24196
24195
24194
24192
24191
24187
24185
24183
24172
24168