Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

릴리즈 2.8.0 이상

사이냅에디터 2.8.0 릴리즈에서는 에디터 스크립트 파일을 경량화 하고자 임포트 기능과 도형 관련 기능을 외부 모듈로 분리하였습니다.

기존과 동일하게 임포트 기능과 도형 관련 기능을 사용하시려면 아래의 파일들을 추가로 include 하셔야 합니다.

SEDocModelParser를 적용하면 문서(hwp, doc, docx, xlsx, xlsx)를 임포트 할 수 있습니다.

적용방법

externals/SEDocModelParser에 포함되어 있는 SEDocModelParser.min.js 사용

<script src="externals/SEDocModelParser/SEDocModelParser.min.js"></script>
  • No labels