스마트에디터2 다른 페이지에서 사용할수 있는 방법이 있을까요
본문
http://chewbook.co.kr/produce/test.php
테스트 페이지 입니다!
<?php
include_once('./_common.php');
include_once(G5_EDITOR_LIB);
$editor_html = editor_html('wr_content', 'asdasdasdasdasdasdasdasd', true);
?>
<?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
다른페이지에서 사용하고 싶어서 먼저 테스트로 적용을 해봤습니다.
그런데 글꼴/폰트크기 등을 선택 할 수 있는 메뉴가 나타나지 않습니다.
따로 처리 해야할 부분이 있을까요?
!-->
답변을 작성하시기 전에 로그인 해주세요.