Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2823

Re: How to register function for an event control?

$
0
0

HI Bob


this._oSmartFilter.attachSearch(function(oEvent) { this.onMyMethod(oEvent).bind(this); });


should be

this._oSmartFilter.attachSearch(function(oEvent) { this.onMyMethod(oEvent); }.bind(this));


Viewing all articles
Browse latest Browse all 2823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>