showStandalonePageLink()
function module_class_name.showStandalonePageLink(requests)
This generates a link to your showStandalonePage() 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 that will access your showStandalonePageLink()
method when followed.
plugin_class_name.showStandalonePageLink();