Search found 3 matches

by anders
Fri May 28, 2021 1:28 pm
Forum: General Questions
Topic: The button widget is as I can nderstand missing the event on change
Replies: 4
Views: 4068

Re: The button widget is as I can nderstand missing the event on change

Thanks that would be helpful for my application. And in HTML the onchange event can be used for a checkbox, as I said what I do currently is use the event onclick and change it to onchange after I publish the project.

/Anders
by anders
Fri May 28, 2021 9:21 am
Forum: General Questions
Topic: The button widget is as I can nderstand missing the event on change
Replies: 4
Views: 4068

Re: The button widget is as I can nderstand missing the event on change

Thanks Pablo that makes sense, but I made a misstake in the question my problem was actually with a checkbox, the onchange event is also missing from the checkbox. Is this also intentional ?

Thanks for the fast reply.

/Anders
by anders
Thu May 27, 2021 10:42 am
Forum: General Questions
Topic: The button widget is as I can nderstand missing the event on change
Replies: 4
Views: 4068

The button widget is as I can nderstand missing the event on change

Hi, I hope I have not missed something here, but in all widgets I have used so far have an event that say onchange, except in the button widget it seems to be missing the event onchange and only have onclick. I need onchange so right now I have to use the onclick and when publishing the code I have ...