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

내용작성란 크기 조정하려면? 채택완료

동물원 3년 전 조회 1,879

게시판에서 내용작성하는 필드 (wr_content) 글작성란 Textarea 사이즈를 조정하려면

어디서 수정해야 할까요?

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

답변 1개

채택된 답변
+20 포인트
3년 전

* /plugin/editor/smarteditor2/editor.lib.php

 

$html .= "\n<textarea id=\"$id\" name=\"$id\" class=\"$smarteditor_class\" maxlength=\"65536\" style=\"width:100%;height:300px\">$content</textarea>";

 

or

 

* /lib/editor.lib.php

 

function editor_html($id, $content)
{
    return "<textarea id=\"$id\" name=\"$id\" style=\"width:100%;\" maxlength=\"65536\">$content</textarea>";
}

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

동물원
3년 전
감사합니다.

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

답변을 작성하려면 로그인이 필요합니다.

로그인