Is it possible to attach an event to a Label in a form?
I would like to be able to detect when a user clicks on a Label on my form, and perform appropriate action.
cheers,
jordan
Is it possible to attach an event to a Label in a form?
I would like to be able to detect when a user clicks on a Label on my form, and perform appropriate action.
cheers,
jordan
Hi
Natively not. But you can use workaround like this:
myForm.setItemText(name,“My Label”);
Something like.