0

有没有办法在鼠标移过 a 时显示 Handcursor j:Label

(相当于 buttonMode="true" useHandCursor="true" )。

问候

4

1 回答 1

2

您可以使用className="cursor-pointer". 来自 Tour de Jewel 示例:

<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>
于 2020-12-16T13:24:10.060 回答