Page tree

Versions Compared

Key

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

...

Info

In SynapEditor 2.8.0 release, the import function and figure-related functions were separated into external modules to lighten the editor script file.

In order to use the import function and the figure-related function as before, the following files must be additionally included.

도형이 포함된 문서를 임포트 하거나, shapeEditor 플러그인의 기능을 사용하기 위해서는 에디터 패키지 externals 폴더 아래에 포함된 SEShapeManager 모듈을 include 합니다To import a document containing figures or use the function of the shapeEditor plug-in, include the SEShapeManager module included under the editor package externals folder.

How to use

Use SEDocModelParser.min.js, which is included in externals/SEDocModelParser

...