Skip to content

exensio/exensio-webdav-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

MS-Office-WebDAV-Links

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

Tested with:

  • 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

Usage example-1:

<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();

Usage example-2, call with options:

$('.my-office-link-class').officeLinks({
    createWinFirefoxPlugin: false
});

License

MIT License. See LICENSE

©2014 exensio GmbH

About

MS Office WebDAV Links jQuery plug-in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published