hallo guys:), i have 1 question. How to link new blank page in TbButton widget,bootstrap
i have a code
<?php
$this->widget('bootstrap.widgets.TbButton',array(
'buttonType'=>'submit',
'type'=> 'primary',
'label'=>'Cetak pdf',
'block'=>false,
'icon'=>'icon-print',
'htmlOptions'=>array('target'=>'_blank'),
));
echo " ";
$this->widget('bootstrap.widget.TbButton',array(
'buttonType'=>'reset',
'type'=>'danger',
'icon'=>'icon-repeat',
'block'=>false,
'label'=>'Reset',
));
?>
i have try [htmloptions], but the link still not show in new tab browser