I am developing Office Addin for MS Word 2013 using Office Javascript API and I need to change the behaviour when user click FileSave or FileSaveAs in the main menu.
Is there any way to replace the default command via Office Javascript API by execute a function with in this addin instead of default behaviour?
Or can I catch somehow BeforeSave event using Office Javascript API?
Or can I develop C# Office Addin that will replace default menu with commands that will execute a javascript function in a specified Office Addin?
Or is there any other way to achieve this?