Escaping the iframe
/**
* code: String with the function name to execute
* callback: Optional callback function that will be executed
* when the function has been executed.
* async: If true the callbackfunction is not executed until
* done(resp) is executed in the called function.
* params: Array with the parameters to be passed to the function.
Extension.executeJS(code, callback, async, params)


Last updated