I would like to use the Bootstrap PopOver (http://getbootstrap.com/2.3.2/javascript.html#popovers) in the backend of my component.
Well, the Tooltips already work by using:
echo JHTML::_('tooltip','test','','','Test');
But the popovers do not work this way. Could somebody help me out?