if you got the controller in constructor, i think
his.addEventDelegate({
onAfterRendering: $.proxy(this.getController().onAfterPathField, this.getController())
},
this);
is better
if you got the controller in constructor, i think
his.addEventDelegate({
onAfterRendering: $.proxy(this.getController().onAfterPathField, this.getController())
},
this);
is better