Loads a string for a specific property. The property needs to be set as an id for an empty span tag where the string should appear:
The string will be displayed here: <span id="example_property_name"></span> Copy
The string will be displayed here: <span id="example_property_name"></span>
You can add the following line to the expression inside of the survey site.
ssxlib.monitoring_toolbox.loadForSpan('the_entity', " + [background/background_variable_holding_the_id] + ", 'example_property_name'); Copy
ssxlib.monitoring_toolbox.loadForSpan('the_entity', " + [background/background_variable_holding_the_id] + ", 'example_property_name');
The entity to which the survey is connected.
The ID of the specific entity.
The property you want to receive.
Loads a string for a specific property. The property needs to be set as an id for an empty span tag where the string should appear:
You can add the following line to the expression inside of the survey site.