Skip to main content
5-Regular Member
May 8, 2015
Question

Adding "Clicked" event & changing the cursor to pointer

  • May 8, 2015
  • 1 reply
  • 1532 views

Hello all,

I would like to modify the LEDdisplay preferences so it will have a "clicked" event and derived from that to change its cursor to "pointer".

the JS part I familiar with, and I succeeded in adding the event.

as for the CSS i'm having some difficulties. help anyone 🙂

Thx in advance,

Gil

1 reply

1-Visitor
May 12, 2015

Since the LED widget is NOT responsive, you can actually layer a transparent Button widget right over the top to accomplish what you want.

1-Visitor
June 19, 2015

Thanks. This actually solved one of the issues I was trying to figure out.