I know about the "Microsoft Virtual Academy" for training but I looking for training for development of web based Office apps for Task or Content panes on the Web version of Word and Excel. Looking at the APIs and trying to understand their use is just harming my ego as I am just not picking it up. Looking at examples help but the ones I find are not examples of what I need to understand.
I trying to learn how to:
Select a single Word or Excel file listed in a folder on the Office 365 SharePoint or OneDrive and open it via JavaScript code. This will require being able to obtain the path to the selected file and then opening the selected file just from using JavaScript. I haven't found any examples of doing something like that or just part of that such as:
- Getting the path to the selected file.
- Opening the selected file via JavaScript.
Also want to be learn how to toggle the DocumentProtection_Tag of a selected file.
Thank you
Jim Bassett