Hovering Instead Of Clicking In Popover

hi there

how can i use hovering instead of clicking in a popover like this:




<?php $this->widget('bootstrap.widgets.TbButton', array(

    'label'=>'Click me',

    'type'=>'danger',

    'htmlOptions'=>array('data-title'=>'A Title', 'data-content'=>'And here\'s some amazing content. It\'s very engaging. right?', 'rel'=>'popover'),

)); ?>