When I use a templatePath to an HTML document that instantiates widgets in the markup, I find myself constantly using event handlers to call methods within that widget. If I was doing this programatically I would just refer to the method as this.methodName(). But when the event is fired, "this" refers to the scope of the HTML element (tag) not the widget.
I've been doing this:
