pluginAJAXLink()function module_class_name.pluginAJAXLink(slotNameOrContainedElement, requests)
This generates a link to your pluginAJAXLink() method.
Anywhere in your JavaScript code in the front-end. From Zenario 7.0.6 onwards.
slotNameOrContainedElementThe name of the slot on the current page to reload.
Alternately, you can pass in an element from the slot, and the CMS will look up the name of the slot from that.
requestsEither a request string, or an object with the requests as keys/values.
A URL to call your handlePluginAJAX() method with the provided requests.
plugin_class_name.pluginAJAXLink('Main_1', {page: 2});