Quote:
Originally Posted by cbk1994
PHP Code:
thiso.catchevent(this.name, "onAction", "downloadFile");
this would trigger the event onDownloadFile, no?
|
Could be possible that in order for the "on" to be optional you have to capitalize the D, like
PHP Code:
thiso.catchevent(this.name, "onAction", "DownloadFile");
But I could be wrong. In CatchEvents, I've always included the on.