MS Office WebDAV Links jQuery plug-in by exensio
This plug-in could be used to:
- detect the availability of MS-Office installation on client machine (where the web browser is installed)
- generate Browser-Links to open MS-Office resources hosted on WebDAV Server
- If a MS-Office installation is available on the client machine, the referenced resources will be opened with MS-Office via WebDAV protocol
- All links will be hidden if no MS-Office is installed
This repositroy is created for the blogpost: Das neue WebDAV Modul in Claretportal sorgt für bessere Integration mit MS Office Programmen
- Windows XP WITHOUT Office installation (all links will be hidden), IE 8
- Windows 7 with Office 2010, Chrome, IE 10
- Windows 8 with Office 2013, Chrome
- OS X 10.9 with Office for Mac 2011, Safari 7
<a class="my-office-link-class" href="my-webdav-url">
Click to open WebDAV Resource with your local MS Office Program
</a>
$('.my-office-link-class').officeLinks();
$('.my-office-link-class').officeLinks({
createWinFirefoxPlugin: false
});
MIT License. See LICENSE
©2014 exensio GmbH