팝업관리 질문입니다. 정보
팝업관리 질문입니다.
본문
댓글 전체
게시판 스킨폴더 참고 해서 텍스트 에어리어 부분 바꿔주면 되지 않을가여?
ed_po_content 이게 텍스트 에어리어 이름 같은데..
상단에..
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
echo cheditor1('ed_po_content', '100%', '250');
이거넣고....
텍스트 에어리어 부분에..
<?=cheditor2('ed_po_content', $content);?>
폼전송 스크립트 안에..
<?
if ($is_dhtml_editor) echo cheditor3('ed_po_content');
?>
이거 넣고... 그럼 되지 않을까 하는 생각이 ;;
해보셨으면 쥐쥐 ㅠㅠ;
ed_po_content 이게 텍스트 에어리어 이름 같은데..
상단에..
include_once("$g4[path]/lib/cheditor4.lib.php");
echo "<script src='$g4[cheditor4_path]/cheditor.js'></script>";
echo cheditor1('ed_po_content', '100%', '250');
이거넣고....
텍스트 에어리어 부분에..
<?=cheditor2('ed_po_content', $content);?>
폼전송 스크립트 안에..
<?
if ($is_dhtml_editor) echo cheditor3('ed_po_content');
?>
이거 넣고... 그럼 되지 않을까 하는 생각이 ;;
해보셨으면 쥐쥐 ㅠㅠ;