Welcome to the Lobeo Module Server project. Please feel free to submit bugs related to it.
FS#383 - [LMS] addEventListener issue
Attached to Project:
LMS
Opened by Guillaume (Guillaume) - Friday, 11 May 2012, 14:18 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 29 May 2012, 08:44 GMT
Opened by Guillaume (Guillaume) - Friday, 11 May 2012, 14:18 GMT
Last edited by Ferdinand (PaGaisu) - Tuesday, 29 May 2012, 08:44 GMT
|
DetailsImplements the same logic to call js function in Java as it has been done is javascript:
Implement the following methods : - JavascriptFunction.call(Object scope, Object... param); - JavascriptFunction.call(Object scope); - JavascriptFunction.call(); - JavascriptFunction.apply(Object scope, Object[] params); - JavascriptFunction.apply(Object scope); - JavascriptFunction.apply(); Moreover it would be better to not include automatically the scope in the JavascriptFunction and let the developer put it when he calls the function. |
This task depends upon

I need this ASAP, as i cannot compile anymore !!