elementIdΒΆ
The id of the element the widget will be loaded in.
accepts | string |
required | true |
values | |
default | none |
example:
<div id="i-want-the-widget-here"></div>
<script>
var tdsPcInpageConfig = tdsPcInpageConfig || {}
tdsPcInpageConfig["widgetId"] = {
elementId: "i-want-the-widget-here"
}
</script>