Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

button control

Questions related to using nuBuilder Forte.
Post Reply
ajay
Posts: 38
Joined: Wed May 16, 2018 1:01 pm

button control

Unread post by ajay »

I have a button on form,
is there any event like When Button Pressed etc. to control button???
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: button control

Unread post by toms »

This can be done by adding an onclick event handler to the button. Then you can run a JavaScript function
customcode.PNG
You do not have the required permissions to view the files attached to this post.
ajay
Posts: 38
Joined: Wed May 16, 2018 1:01 pm

Re: button control

Unread post by ajay »

thanks
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: button control

Unread post by admin »

.
Post Reply