Initializes the controller. Do this once per survey page on which you want to load data from a Monitoring-Toolbox application.
To pre-populate some parameters you can use the following snippet and exchange url with your applications URL.
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.monitoring_toolbox.init('url'); })</script>" Copy
"<script language='javascript' type='text/javascript'>$(document).ready(function() { ssxlib.monitoring_toolbox.init('url'); })</script>"
The URL of the Monitoring-Toolbox application that you want to connect to.
Initializes the controller. Do this once per survey page on which you want to load data from a Monitoring-Toolbox application.
To pre-populate some parameters you can use the following snippet and exchange url with your applications URL.