채택완료

관리자페이지 회원관리 등록할때 스마트에디터 추가관련 질문입니다ㅠ

기존에 게시판에서 사용하던 것 처럼 스마트에디터를 불러와서 쓸 수 없을까요?ㅠㅠ


include_once(G5_LIB_PATH.'/editor.lib.php');


관련 lib 불러오고


$editor_html = editor_html('wr_content', $content, 1);


$editor_js = '';

$editor_js .= get_editor_js('wr_content', $is_dhtml_editor);


<?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>


이렇게하면 그냥 텍스트박스로만 나오던데 경로를 바꿔줘야할까요?



|

답변 1개

채택된 답변
+20 포인트

$is_dhtml_editor 대신에 1을 넣어보세요.

답변을 작성하려면 로그인이 필요합니다.