showFloatingBoxLink()
public final function showFloatingBoxLink($requests = '')
This generates a link to your showFloatingBox() method.
Can be used in methods called by plugins. From Zenario 7.0.0 onwards.
$requests
A request string to add to the URL
A URL to call your showFloatingBox() method with the provided requests.
$this->mergeFields['Box_Link'] =
'rel="fancybox" href="'. htmlspecialchars($this->showFloatingBoxLink()). '"';