I am trying to modify the 'Collapsable and Tabs' widget to a Bootstrap one but I am stuck on finding out the IP of a whole collapsable/tab group/container.
It's needed to set a unique ID to each group like this:
<div class="panel-group" id="<?php echo $widgetId ?>">
[Tab 1]
[Tab 2]
...
</div>
Already tried to check out examples but I am stuck.
Can anybody help me out?