-
Notifications
You must be signed in to change notification settings - Fork 837
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Add-in Commands to the Ribbon to interop between JavaScript and C…
…# with Blazor Pages. (#762) * Initial Branch Custom Add-in Functions from Ribbon * Made a little bit of progression on implementing Commands, not working though To be continued * Enabled JavaScript Add-in Commands (Color and Write), Blazor Functions still unable to be called from Add-in Commands. We know how to load the environment but Blazor load timing still arrives AFTER the function call. * Got the Ribbon .NET Blazor Interop to work from the Ribbon to run C# Methods in the OfficeJS Ribbon context. * Got everything to work, calling C# functions from the Ribbon, and calling JS functions from that C# function. * Added JS - CS Interop Functions to Word Office Add-in, similar to what we did earlier with Excel. Also some minor restructuring and fixes, removing obsolete code. * Updated final Excel Checks, Readme still open to finalize. * Making Minor Changes, still need to finalize Readme and checks before PR * Updated ReadMe and cleaning up before creating PR to Microsoft Repo * Remove generated items from csproj.user (in general I think .user should not even be in the project ...) * Added some comments * Update Samples/blazor-add-in/excel-blazor-add-in/excel-blazor-add-in/Pages/BubbleChart.razor.js Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/excel-blazor-add-in/wwwroot/Commands/commands.js Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/word-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/excel-blazor-add-in/wwwroot/Commands/commands.js Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/excel-blazor-sideloader/excel-blazor-sideloaderManifest/excel-blazor-sideloader.xml Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/excel-blazor-sideloader/excel-blazor-sideloaderManifest/excel-blazor-sideloader.xml Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/word-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/excel-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/word-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/word-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Update Samples/blazor-add-in/word-blazor-add-in/README.md Co-authored-by: David Chesnut <[email protected]> * Added suggestions from PR * Added some errorhandling and fixing Excel API call * Another missed change ... --------- Co-authored-by: Maarten van Stam <[email protected]> Co-authored-by: David Chesnut <[email protected]>
- Loading branch information
1 parent
05f76e7
commit 15b0646
Showing
20 changed files
with
730 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.