Plugin JavaScript Function showStandalonePageLink()

function module_class_name.showStandalonePageLink(
requests
)

Description

This generates a link to your showStandalonePage() method.

Where You Can Use It

Anywhere in your JavaScript code in the front-end. From Zenario 7.0.6 onwards.

Parameters

requests

Either a request string, or an object with the requests as keys/values.

Return Value

A URL that will access your showStandalonePageLink() method when followed.

Example

plugin_class_name.showStandalonePageLink();