Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, 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

To Provide option to get the Import, Restrict Editing, Spell check, Systemclipboard service call data in the beforeXmlHttpsRequest event and call the custom web api call for the required action and use DocumentEditor public API to set the received data.

Web service action

Data sent to web api

Data received from Web API

Import

FormData with filedetails

SFDT string

System clipboard

RTF/HTML string from system clipboard

SFDT string

Spell check

Word

Spell check information(Has spelling error, Suggestions)

Spell check by page

Entire page content as string

Collection of Spell check information(Has spelling error, Suggestions)

Restrict Editing

Password text, Salt Value, Spin count

Hash value and salt value