답변 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년 전
감사합니다.
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인