openDocumentByURL
Release 2.3.0+
Imports a document into the editor from a URL.
Parameters
| Name | Type | Description |
|---|---|---|
url | string | Document URL |
Example
const url = '/resource/test.docx';
editor.openDocumentByURL(url);
Release 2.3.0+
Imports a document into the editor from a URL.
| Name | Type | Description |
|---|---|---|
url | string | Document URL |
const url = '/resource/test.docx';
editor.openDocumentByURL(url);