在 Primefaces 我使用titleTip
for mouseHover
in p:tab
,但它不起作用。
<p:dialog widgetVar="catalogWidget" header="Click here to access PSH&E Plans" resizable="false" width="590" style="font-size: 16px;">
<h:form id="uploadForm">
<p:messages showDetail="true" showSummary="false" globalOnly="true"id="msgs" />
<p:tabView id="tabView" dynamic="false">
<p:tab title="TERP" rendered="#{redTabBean.redTab.facility.terpFacility}" titletip="TERP"/>
</p:tabView>
</h:form>
</p:dialog>