bootstrap.widgets.BootMenu

How can I insert an attribute in the link generating through following code ? (htmlOptions not working in this case)

<?php $this->widget(‘bootstrap.widgets.BootMenu’, array(

'type'=&gt;'list',


'items'=&gt;array(


    array('label'=&gt;'LIST HEADER'),


    array('label'=&gt;'Home', 'icon'=&gt;'home', 'url'=&gt;'#', 'htmlOptions'=&gt;array('data'=&gt;'any')),


),

)); ?>

how to apply bootstrap.widgets.TbActiveForm if i have 2 model ie if i have 2 table namely login, signi