답변 1개 / 댓글 1개
채택된 답변
+20 포인트
2022-03-15 (화) 18:42:53
* /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개
답변을 작성하려면 로그인이 필요합니다.