코멘트에 cheditor를 달고 싶습니다.
일반 게시판에서 불러오듯 코멘트에도 같은 방식으로 넣어보았지만, 별다른 반응이 없더라구요.
검색으로 최근에 동일한 질문의 글이 올라온 것을 확인하였지만, 답변에 있는 링크가 삭제 되었거나, 답변이 달려있지 않아서......ㅠㅠ
코멘트에 cheditor가 달려있는 배추보드의 소스를 살펴보아도 초보인 제가 보기에는 어떠한 코드가 관련된 코드인지 알 수가 없어서 고민하다가 이렇게 질문 올려봅니다.
구체적이지 않더라도 약간의 방향만이라도 제시해주신다면 감사드리겠습니다..ㅠㅠ
일반 게시판에서 불러오듯 코멘트에도 같은 방식으로 넣어보았지만, 별다른 반응이 없더라구요.
검색으로 최근에 동일한 질문의 글이 올라온 것을 확인하였지만, 답변에 있는 링크가 삭제 되었거나, 답변이 달려있지 않아서......ㅠㅠ
코멘트에 cheditor가 달려있는 배추보드의 소스를 살펴보아도 초보인 제가 보기에는 어떠한 코드가 관련된 코드인지 알 수가 없어서 고민하다가 이렇게 질문 올려봅니다.
구체적이지 않더라도 약간의 방향만이라도 제시해주신다면 감사드리겠습니다..ㅠㅠ
댓글 4개
제가 직접 만들어쓰고 있는데 이 부분이 핵심인것 같습니다. 삽질이 필요할지 모릅니다.참고하십시요.
<!-- 에디터를 화면에 출력합니다. -->
<? if ($board[bo_use_dhtml_editor]) { ?>
<textarea style="display:none" id="wr_content" name="wr_content" rows="10"></textarea>
<script type="text/javascript">
var editor = new cheditor("editor");
editor.config.editorPath = "<?=$g4['cheditor4_path']?>";
editor.config.editorHeight = '100px';
editor.config.autoHeight = true;
editor.inputForm = 'wr_content';
editor.run();
</script>
<? } else { ?>
<textarea id="wr_content" name="wr_content" rows=8 itemname="내용" required
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?> style='width:100%; word-break:break-all;' class=tx></textarea>
<? if ($comment_min || $comment_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
<? } ?>
<!-- 에디터를 화면에 출력합니다. -->
<? if ($board[bo_use_dhtml_editor]) { ?>
<textarea style="display:none" id="wr_content" name="wr_content" rows="10"></textarea>
<script type="text/javascript">
var editor = new cheditor("editor");
editor.config.editorPath = "<?=$g4['cheditor4_path']?>";
editor.config.editorHeight = '100px';
editor.config.autoHeight = true;
editor.inputForm = 'wr_content';
editor.run();
</script>
<? } else { ?>
<textarea id="wr_content" name="wr_content" rows=8 itemname="내용" required
<? if ($comment_min || $comment_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?> style='width:100%; word-break:break-all;' class=tx></textarea>
<? if ($comment_min || $comment_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
<? } ?>
게시글 목록
| 번호 | 제목 |
|---|---|
| 284508 | |
| 284499 | |
| 284492 | |
| 284490 | |
| 284484 | |
| 284481 | |
| 284478 | |
| 284476 | |
| 284474 | |
| 284472 | |
| 284470 | |
| 284458 | |
| 284457 | |
| 284454 | |
| 284453 | |
| 284447 | |
| 284446 | |
| 284444 | |
| 284441 | |
| 284440 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기