글 입력창이 할때 너무 작던데요
글 내용 등록란이 폼이 너무 작아요
plugin/editor/ckeditor4/editor.lib.php
if(!$ckeditor_class) $styles = "style=\" height:300px;\"";
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$ckeditor_class\" $styles maxlength=\"65536\">$content</textarea>";
이런식으로 if(!$ckeditor_class) $styles = "style=\" height:300px;\""; 추가를 했는데
이 방법 말고 기본적으로 변경하는 란이 있나요??
plugin/editor/ckeditor4/editor.lib.php
if(!$ckeditor_class) $styles = "style=\" height:300px;\"";
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$ckeditor_class\" $styles maxlength=\"65536\">$content</textarea>";
이런식으로 if(!$ckeditor_class) $styles = "style=\" height:300px;\""; 추가를 했는데
이 방법 말고 기본적으로 변경하는 란이 있나요??
첨부파일
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 2개
영카트5는 css/default_shop.css 에서
[code].tbl_frm01 textarea {width:98%;height:100px}[/code]
height 값을 변경해주시면 기본으로 변경됩니다.
질문은 QA에 올려주세요. ^^
css/default.css 건들어서 안되어서 이구
ㅇㅣ 글 삭제해주세요~