ブレッドクラム用のツールチップを実装したいのですが、それを実行する方法があります。
1 に答える
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')),
);
?>
于 2012-09-11T11:33:39.117 に答える