Hi there,
Is there any way to change the cursor to pointer/arrow when it hovers over a text field? It works fine on the Smart Client and was hoping there would be a solution for the Web Client also.
Running the latest version of Servoy 8
Thanks in advance
I have just tested this and when you hover over a text field in the Smart Client the pointer changes to the variant which allows you to select text, but not an arrow (in my case). Also, the “rolloverCursor” property is not available for a field in the form editor so you cannot control it from there.
You can “hack” it by injecting some custom CSS with the “WebClientUtils” plugin. But is this what you want?