Param |
Method |
Event |
|
|
CE_OnApplyFormatv4.6.0.24 or higher현재 편집 중인 문서에서 적용한 서식 메뉴에 대한 정보를 얻어옵니다. 해당 이벤트는 React, Vue2, Vue3 환경에서 적용가능합니다.
Parameters이벤트 발생 시 아래와 같은 객체를 반환합니다.
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.EditorStart(); function CE_OnApplyFormat(e){ console.log(e.cmdID); }
|