0
我想實現麪包屑的一些工具提示是否有辦法做到這一點。是否可以在麪包屑中添加工具提示?
我想實現麪包屑的一些工具提示是否有辦法做到這一點。是否可以在麪包屑中添加工具提示?
通過簡單的jQuery命令獲得瞭解決方法將其添加到breadcrumbs數組的itemoptions中。
'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')),
);
?>
通過簡單的jquery命令將它添加到麪包屑數組的itemoptions中。 'rel'=>'tooltip','title'=>'點擊這裏閱讀郵件')), – AravindRaj
在可以的情況下做出回答,並接受它 –