showFileLink()
function module_class_name.showFileLink(requests)
This generates a link to your showFile() method.
Anywhere in your JavaScript code in the front-end. From Zenario 7.0.6 onwards.
requests
Either a request string, or an object with the requests as keys/values.
A URL to call your showFile() method with the provided requests.
plugin_class_name.showFile({id: 17});