All,
I'm trying to figure out how to use a standard button component to trigger a locator rather than a DOJO component
I was given a hint to try
on(dom.byId("buttonID"), "click", locate);
...but I can't get that to work.
UPDATE: I've attached some code with the suggestion by jskinner-esristaff from comments below - solution is working great. Thank you!!!
Thanks!