Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! 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.