Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
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
Since the LED widget is NOT responsive, you can actually layer a transparent Button widget right over the top to accomplish what you want.
Thanks. This actually solved one of the issues I was trying to figure out.