Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在鼠标移过 a 时显示 Handcursor j:Label?
j:Label
(相当于 buttonMode="true" useHandCursor="true" )。
问候
您可以使用className="cursor-pointer". 来自 Tour de Jewel 示例:
className="cursor-pointer"
<j:Label localId="label" text="This is a Label" click="labelClick(event)" className="cursor-pointer"> <j:beads> <j:ToolTip toolTip="This Label is clickable!"/> </j:beads> </j:Label>