write.skin.php 에서요.. 정보
write.skin.php 에서요..본문
글내용 입력부분 입니다.
<td style='padding:5 0 5 0;'>
textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=15 itemname="내용" required
<? if ($is_dhtml_editor) echo ' geditor '; ?> <------ 이부분입니다.
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
</td>
에디터를 관리자화면에서 체크하지 않다고 무조건 적용시킬려면 어떻게 해야하나요?
혹시 아시는분 계신가요?
<td style='padding:5 0 5 0;'>
textarea id="wr_content" name="wr_content" class=tx style='width:100%; word-break:break-all;' rows=15 itemname="내용" required
<? if ($is_dhtml_editor) echo ' geditor '; ?> <------ 이부분입니다.
<? if ($write_min || $write_max) { ?>onkeyup="check_byte('wr_content', 'char_count');"<?}?>><?=$content?></textarea>
<? if ($write_min || $write_max) { ?><script language="javascript"> check_byte('wr_content', 'char_count'); </script><?}?>
</td>
에디터를 관리자화면에서 체크하지 않다고 무조건 적용시킬려면 어떻게 해야하나요?
혹시 아시는분 계신가요?
댓글 전체
<? if (($is_dhtml_editor=true)) echo ' geditor '; ?>
하시면 됩니다.
하시면 됩니다.
감사합니다.
<? if ($is_dhtml_editor) echo ' geditor '; ?>를 그냥 geditor 로 수정
옵션님도 감사합니다...채택은 한분뿐이 안되서리..^^;;