Twitter bootstrap yii引导程序标题

Twitter bootstrap yii引导程序标题,twitter-bootstrap,menu,yii,Twitter Bootstrap,Menu,Yii,如何向项目添加“标题”属性 像这样 <?php $this->widget('bootstrap.widgets.TbMenu', array( 'type' => 'tabs', // '', 'tabs', 'pills' (or 'list') 'stacked' => false, // whether this is a stacked menu 'items' => array(... array( 'la

如何向项目添加“标题”属性

像这样

<?php
$this->widget('bootstrap.widgets.TbMenu', array(
    'type' => 'tabs', // '', 'tabs', 'pills' (or 'list')
    'stacked' => false, // whether this is a stacked menu
    'items' => array(...
array(
            'label' => 'member',
            'url'=>'#',
            'htmlOptions'=>array('title' => 'manage member'),
            'items' => array(...
 array(
            'label' => 'member',
            'url'=>array('#','htmlOptions'=>array('title' => 'manage member'),
但这两种方式都不能像输出目标一样
那么,我该怎么做呢?

使用
linkOptions=>array('title'=>yourttitle')
而不是
htmlOptions