답변 4개
/plugin/editor/smarteditor2/js/SE2BasicCreator.js
27번째 줄 nMinHeight:320, 수치 조정하세요.
답변에 대한 댓글 3개
그누보드5 설치 후에 직접 해봤는데 정상적용됩니다.
댓글을 작성하려면 로그인이 필요합니다.
/plugin/editor/smarteditor2/js/service/SE2BasicCreator.js
이 파일에서
nMinHeight:380 수정
/plugin/editor/smarteditor2/editor.lib.php
이 파일에서
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:400px\">$content</textarea>";
height: 400px 과 같이 수정해 주면 되네요.
댓글을 작성하려면 로그인이 필요합니다.
그럼 어딘가에 css로 높이가 설정되있는건 아닌지 모르겠네요.
url이 없어서 직접 확인을 못하니..
브라우져마다 다르긴 합니다만 우클릭 > 요소검사로 css 추적해보심이..
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인