I have added a clickhandler to a label which works fine. But when I mouseover the label a cursor instead of the mousearrow is shown (the clickhandler still works fine). Is it possible to set something so the mousearrow remains?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you have a label like
Just add the following to its style
Or
cursor: pointer,cursor: help, …Alternative
Or turn the
<g:Label>into a<g:Anchor href="..." addStyleNames="{style.myanchor}">. To avoid the default underline, you may want to add a style