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 3 Current »

RELEASE 2.8.0 OR ABOVE

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.

To use the function of importing documents such as xlsx and docx, include the SEDocModelParser module included under the externals folder of the editor package.

적용방법

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

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