스마트에디터 높이 못줄일까요?
본문
SE2BasicCreator.js 파일에서
nMinHeight:250,
이 숫자 줄여도 똑같구요..
줄일수는 없을까요?
너무 높은것 같아서요
sir은 다른 에디터 지만 이정도 높이면 충분한것 같아서요 약간 줄이고 싶거든요
어디를 건드려야 될까요?
답변 1
plugin/editor/smarteditor2/editor.lib.php 파일에 설정되어 있네요.
height:300px;
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:300px\">$content</textarea>";
답변을 작성하시기 전에 로그인 해주세요.