Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi guys,
at least in the latest version this code no longer works:
documenteditorcontainer.value.ej2Instances.documentEditor.serverActionSettings.import = 'ImportToSfdtEditor'
When I do a
console.log(documenteditorcontainer.value.ej2Instances.documentEditor.serverActionSettings)
it shows the following result:
{
"import": "ImportToSfdtEditor",
"systemClipboard": "SystemClipboard",
"spellCheck": "SpellCheck",
"spellCheckByPage": "SpellCheckByPage",
"restrictEditing": "RestrictEditing",
"canLock": "CanLock",
"getPendingActions": "GetPendingActions"
}
The result is obviously right because import says "ImportToSfdtEditor" instead of "Import" but when I look into the dev tools network monitor, the editor still sends it request to https://localhost/api/document/Import instead of https://localhost/api/document/ImportToSfdtEditor .
Is this a known issue?
Thanks in advance.
Tom