Develop
스마트 에디터2 사용 본문
SmartEditor2 사용자 가이드
SmartEditor2 사용자 가이드 · GitBook (naver.github.io)
SmartEditor2 사용자 가이드 · GitBook
No results matching ""
naver.github.io
<!-- 에디터 Script -->
<script type="text/javascript" src="/common/editor/se2/js/HuskyEZCreator.js" charset="utf-8"></script>
nhn.husky.EZCreator.createInIFrame({
elPlaceHolder: "content"
});
제일 기본이다
nhn.husky.EZCreator.createInIFrame({
elPlaceHolder: "content",
fOnAppLoad : function(){
console.log("fOnAppLoad");
},
fCreator : "createSEditor2"
});
몇개의 옵션이 있긴함
'웹 개발 > Spring' 카테고리의 다른 글
뷰(jsp)에서 컨트롤러(controller)로 list값 넘기기 (1) | 2024.11.05 |
---|---|
톰캣 실행 404 에러 해결 (0) | 2024.10.30 |
[Spring Security] <session-management> 동작 안 할 때 (0) | 2024.09.10 |
[SpringBoot] 컨트롤러 인식 안될 때 / 매핑 실패할 때 404 (0) | 2024.06.27 |
[SpringBoot] 프로젝트 생성 후 설정 (0) | 2024.06.25 |