Hi,
I have loaded UI using xml file. I have checkbox on UI . Oncheck, I have to copy few form field values to another fields in the same form. Can some one tell me how to get checkbox object and set a oncheck event to it.
-Nitya
Hi,
I have loaded UI using xml file. I have checkbox on UI . Oncheck, I have to copy few form field values to another fields in the same form. Can some one tell me how to get checkbox object and set a oncheck event to it.
-Nitya
Hello
Checkboxes (and also radiobuttons) in a form represented with images.
You can use onChange/onBeforeChange events to track clicks and kbd, here is a demo:
dhtmlx.com/docs/products/dht … vents.html