cheditor 문의 드립니다
게시판 입력폼에 cheditor를 달려고하는데요
내용 입력에 아래와 같이 설정하였습니다.
<textarea style="display:none name="content" id="b_content" cols="95" rows="30"><?=$row['content']?></textarea>
<!-- 에디터를 화면에 출력합니다. -->
<script type="text/javascript" language="javascript">
myeditor.config.editorHeight = '300px';
myeditor.config.editorWidth = '99%';
myeditor.config.imgReSize = true;
myeditor.config.editorPath = '/lib/cheditor';
myeditor.inputForm = content';
myeditor.run();
</script>
실행을 하면 이름이나 가타등등 전부다 넘어가는데 유독 내용인 content만 안남어가네요....
틀린부분은 없는거 같은데 미치겠네요....
내용 입력에 아래와 같이 설정하였습니다.
<textarea style="display:none name="content" id="b_content" cols="95" rows="30"><?=$row['content']?></textarea>
<!-- 에디터를 화면에 출력합니다. -->
<script type="text/javascript" language="javascript">
myeditor.config.editorHeight = '300px';
myeditor.config.editorWidth = '99%';
myeditor.config.imgReSize = true;
myeditor.config.editorPath = '/lib/cheditor';
myeditor.inputForm = content';
myeditor.run();
</script>
실행을 하면 이름이나 가타등등 전부다 넘어가는데 유독 내용인 content만 안남어가네요....
틀린부분은 없는거 같은데 미치겠네요....
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 3개
<?=$row['wr_content']?> 해보시겠어요?
저놈 지우고 해도 마찮가지에요.. ㅜㅜ