UnbindWebViewCallback()
Syntax
UnbindWebViewCallback(#Gadget, JavaScriptFunction$)Description
Unbind a JavaScript function previously bound with BindWebViewCallback(). The JavaScript function will be automatically removed from the web view and won't be be available anymore in the JavaScript code.
Parameters
#Gadget The web view gadget to use. JavaScriptFunction$ The case-sensitive name of the JavaScript function to unbind.
Return value
None.
See Also
WebViewGadget(), BindWebViewCallback()
Supported OS
All