스마트에디터
본문
그누보드5를 사용하고 있는데요
글쓰기 눌럿을때 스마트에디터 기본길이 조절가능한가요?
[입력창 크기 조절] 이거를 마우스로 끌어댕기는거 말고
글쓰기눌럿을때부터 조금 여유있게 하고 싶습니다~
답변 1
에디터 입력화면 세로 높이 수정
http://gnustudy.com/bbs/board.php?bo_table=gnu_tip&wr_id=195
/plugin/editor/smarteditor2/editor.lib.php
파일에서 height 값 수정
$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:300px\">$content</textarea>";
답변을 작성하시기 전에 로그인 해주세요.