geditor 사용시 모든 textarea가 geditor로 변하는 오류 현상 어떻게 수정하지요? 정보
geditor 사용시 모든 textarea가 geditor로 변하는 오류 현상 어떻게 수정하지요?
본문
본문에서 사용하는 html 코드는 다음과 같습니다.
머 제가 바꾼게 아니니까 DTD 사용하시는 분들은 이렇게 되어있겟지요?
------------------------ 상단생략 ------------------------
<tr>
<td><input type='checkbox' name='chk_content_head' value='1' /></td>
<th>상단 내용</th>
<td><textarea id='bo_content_head' name='bo_content_head' class='textarea' rows='10' cols="90" geditor><?php echo $board[bo_content_head] ?></textarea></td>
</tr>
<tr class="heavy">
<td><input type='checkbox' name='chk_content_tail' value='1' /></td>
<th>하단 내용</th>
<td><textarea id='bo_content_tail' name='bo_content_tail' class='textarea' rows='10' cols="90" geditor><?php echo $board[bo_content_tail] ?></textarea></td>
</tr>
<tr class="heavy">
<td><input type='checkbox' name='chk_insert_content' value='1' /></td>
<th>글쓰기 기본 내용</th>
<td><textarea name='bo_insert_content' rows='10' cols='90' class='textarea'><?php echo $board[bo_insert_content] ?></textarea></td>
</tr>
----------------------------------중단 생략------------------------------------
<script type="text/javascript" src="<?php echo $g4[path]?>/geditor/geditor.js"></script>
--------------------------------소스 끝--------------------------------------
이렇게 되어있는 부분에서 세번째 textarea 에는 geditor을 불러오는 부분이 없는데 geditor이 적용되어서 뜨는데 이오류 어떻게 수정해야 하는지 아시는분 계시나요?
textarea를 여러개 사용해야 하는데 써야할곳과 쓰지 말아야 할곳이 있어서요
댓글 전체