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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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