Syspons SurveyXact Library Documentation - v1.0.7
    Preparing search index...
    • 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>"
      

      Parameters

      • url: string

        The URL of the Monitoring-Toolbox application that you want to connect to.

      Returns void