Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel3

엑셀임포트

  • xlsx,xls 확장자를 가지는 엑셀 문서 임포트 기능이 추가 되었습니다.

DOM API

  • DOM API를 사용하여 HTML DOM Element 접근하여 데이터 입력, 추출이 가능합니다.

...

예) "editor.upload.image.api"를 설정했을 때예) "editor.upload.image.api"를 설정하지 않았을 때


Code Block
languagejs
themeEmacs
titleconfiguration.js
"editor.upload.image.api": "/uploadImage"



Code Block
languagejs
themeEmacs
titleconfiguration.js
"editor.upload.image.api": ""


...