當鼠標指針在另一個commandButton上時,我需要顯示一個primefaces命令按鈕,但只有在極其必要時才能使用div。如果是更多鈔票做蒙山的onmuseover事件要好得多,如:顯示一個commandButton onmouseover事件到另一個commandButton primefaces
<p:commandButton id="button1" value="Display" onmouseover="displayButton2" update="button2"/>
<p:commandButton id="button2" value="Valid Option" rendered="false"/>
這是什麼意圖或目標?我無法弄清楚爲什麼有人會這樣做。你能否提供更多的背景資料。 – QueryLars
@leoJerez當你說「我可以只在非常需要時才使用div」,你的意思是你必須使用'div',或者你可以使用其他組件,例如'p:overlayPanel'? – rion18
@QueryLars我想做一個類似.class的效果:懸停與CSS,但我嘗試過一個CSS類,並不會觸發。然後,當鼠標指針位於p:commandButton 1上時,我需要顯示p:commandButton 2。像子菜單一樣,但沒有單擊事件。我真的很清楚? – leoJerez