我想为面包屑实现一些工具提示有没有办法做到这一点。
答案 0 :(得分:0)
通过简单的jQuery命令获得解决方案,将其添加到breadcrumbs数组的项目选项中。
'rel'=>'tooltip','title'=>'click here to read the mail')), $this->menu=array(
array('label'=>'Inbox', 'url'=>array('MessageTo/inbox'),'itemOptions'=>array('class'=>'inbox', 'rel'=>'tooltip','title'=>'click here to read the mail')),
);
?>