프로그래밍/html,css,js
스마트 에디터
◎◇
2021. 5. 29. 14:01
텍스트 아레아 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",[]);