host-call
Action
call a function at the host / parent level. The environment is usually the browser to server javascript run time global environment
Syntax
$item = host-call "functioname"
$item = host-call "functioname" $arg
$item = host-call "functioname" $arg1 $arg2