Hello every one i have button in my tpl file on which i want to trigger a click event in my view file code how can i acheive this ?
u
//greg
11/24/2023, 6:22 PM
https://developers.suitecommerce.com/events.html
Need to understand BackboneJS But theres lots of info on this blog.
for you specifically - review the “view specific events” section from this link
☝🏻 1
s
Steve Goldberg
11/27/2023, 11:57 AM
Indeed. In short, you need to add an
events
property and bind a selector to a function. Normal event handler stuff.