postEdit event for just the custom button not every edit event.
postEdit event for just the custom button not every edit event.
bobhassanster
Posts: 16Questions: 5Answers: 1
Hi, i have Edit & Custom button is there a postEdit event for just the custom button. The reason is i want to send email only for a specific edit action.
Answers
Have you tried putting the
postEdir
event in the custom button function? Instead of using jQuery on() use jQuery one() for a one time event.Kevin