Page 1 of 1
button control
Posted: Tue May 22, 2018 9:49 am
by ajay
I have a button on form,
is there any event like When Button Pressed etc. to control button???
Re: button control
Posted: Tue May 22, 2018 9:53 am
by toms
This can be done by adding an onclick event handler to the button. Then you can run a JavaScript function
customcode.PNG
Re: button control
Posted: Tue May 22, 2018 11:51 am
by ajay
thanks
Re: button control
Posted: Tue May 22, 2018 6:14 pm
by admin
.