내용작성란 크기 조정하려면?

내용작성란 크기 조정하려면?

QA

내용작성란 크기 조정하려면?

답변 1

본문

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

어디서 수정해야 할까요?

이 질문에 댓글 쓰기 :

답변 1

* /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>";
}

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 69
© SIRSOFT
현재 페이지 제일 처음으로