기본내장에디터 추가설치 질문입니다. > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

기본내장에디터 추가설치 질문입니다. 정보

기본내장에디터 추가설치 질문입니다.

본문

<?
include_once("./_common.php");
include_once("$g4[path]/lib/cheditor4.lib.php");
if($mode=="insert"){ echo $gpp_contents;}
?>
<script src="<?=$g4[cheditor4_path]?>/cheditor.js"></script>
<?=cheditor1('gpp_contents', '100%', '150');?>
<form method="post" action="<?=$_SERVER[PHP_SELF]?>" name="fwrite">
<input type="hidden" name="mode" value="insert">
<?=cheditor2('gpp_contents', $gpp_contents);?><input type=submit class=btn1 accesskey='s' value='  확  인  '>
</form>
<script type='text/javascript'>
function fwrite(f){
<?=cheditor3('gpp_contents');?>
return true;
}
</script>


결과가 안넘어 옵니다 ㅠㅠ
어찌 된일일까요?

제가 뭐빼먹었나요?
  • 복사

댓글 전체

© SIRSOFT
현재 페이지 제일 처음으로