해피정

[SmartEditor 2] 그누보드5 에디터를 일반html에서 사용하기

2018-12-17 12:55
  . SmartEditor2 의 HuskyEXCreator.js 위치가 5.2.9 부터 service 폴더가 추가되고 그 하위로 변경되었습니다.


그누보드5에 탑재된 SmartEditor2 를 일반 HTML에서 사용하는 방법입니다.
<... 사진등록은 안됩니다. 향후 방법을 찾으면 내용 추가하겠습니다. ... >


<link href="<?php echo G5_EDITOR_URL; ?>/smarteditor2/css/smart_editor2.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="<?php echo G5_EDITOR_URL; ?>/smarteditor2/js/<?php if (G5_GNUBOARD_VER>"5.2.8") { echo "service/"; } ?>HuskyEZCreator.js" charset="utf-8"></script>
<form name="폼네임" method="post" action="ok.html" enctype="multipart/form-data" onSubmit="return chkForm(this)">
<textarea name="memo" id="textarea아이디" style="width:100%; height:400px"></textarea>
<input type="submit" value="글쓰기" name="submit">
</form>

<script>
var oEditors = [];
nhn.husky.EZCreator.createInIFrame({
    oAppRef: oEditors,
    elPlaceHolder: "textarea아이디",
    sSkinURI: "<?php echo G5_EDITOR_URL; ?>/smarteditor2/SmartEditor2Skin.html",
    fCreator: "createSEditorInIFrame"
});

function chkForm(f) {
    var f = document.폼네임;
    oEditors[0].exec("UPDATE_CONTENTS_FIELD", []); 
 
    f.textarea아이디.value = document.getElementById("textarea아이디").value;
    f.submit();
}
</script>


참고자료
http://jindo.dev.naver.com/smarteditor/user_guide/
http://baraem2005.blog.me/20190013377
http://codeigniter-kr.org/bbs/view/tip?idx=8032

|

댓글 4개

오류 나는데요 이건 어떻게 수정해야 할까요?
Uncaught ReferenceError: nhn is not defined
http://happyjung.com/demo/php/smarteditor.php
smarteditor 는 정상적으로 작동하네요.
저장을 누를때 에러가 나타나는 건가요?
에러 내용을 봐서는 nhn 함수가 없다는 이야긴데...
이걸 최신 그누보드에 붙이니 HuskyEZCreator.js" 를 못찾아서 나는 에러였는데
최신버전은 경로가 틀리더라구요...
경로 고쳐서 잘 됩니다
답변 감사합니다 ^^
<script type="text/javascript" src="<?php echo G5_EDITOR_URL; ?>/smarteditor2/js/service/HuskyEZCreator.js" charset="utf-8"></script>
확인해보니 5.2.9 부터 service 폴더가 추가되었더군요.
본문 내용을 변경했습니다. 감사합니다.
댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
9년 전 조회 6,922
9년 전 조회 6,656
9년 전 조회 6,183
9년 전 조회 5,448
9년 전 조회 5,450
9년 전 조회 8,158
9년 전 조회 6,138
9년 전 조회 4,469
9년 전 조회 8,397
9년 전 조회 8,346
9년 전 조회 6,132
9년 전 조회 1.6만
9년 전 조회 5,433
9년 전 조회 1.2만
9년 전 조회 9,263
9년 전 조회 1.1만
9년 전 조회 6,805
9년 전 조회 4,670
9년 전 조회 5,218
9년 전 조회 5,488
9년 전 조회 8,063
9년 전 조회 1.8만
9년 전 조회 8,474
9년 전 조회 7,140
9년 전 조회 1.1만
9년 전 조회 6,305
9년 전 조회 6,408
9년 전 조회 8,387
9년 전 조회 3.9만
9년 전 조회 8,537