스마트 에디터
- 프로그래밍/html,css,js
- 2021. 5. 29.
텍스트 아레아 id = C_contents
var oEditors = [];
nhn.husky.EZCreator.createInIFrame({
oAppRef: oEditors,
elPlaceHolder: "C_contents",
sSkinURI: "../se2/SmartEditor2Skin.html",
fCreator: "createSEditor2"
});
서브밋할때 추가
oEditors.getById["C_contents"].exec("UPDATE_CONTENTS_FIELD",[]);
'프로그래밍 > html,css,js' 카테고리의 다른 글
fullPage에서 팝업창 사용시 스크롤 되는 점.. (0) | 2021.06.07 |
---|---|
제이쿼리 노드 (0) | 2021.06.01 |
남은 시간, 기간 계산하기 js (0) | 2021.05.18 |
풀페이지 예제 (0) | 2021.05.03 |
더블클릭방지 (0) | 2020.09.10 |