Closed GoogleCodeExporter closed 8 years ago
The only solution I see, is to use "script action" :
var actionScript = actions.create("script");
actionScript.parameters['script-ref'] = scriptRef;
actionScript.execute(document);
See attachment, it can help you to solve problem.
Original comment by Bertrand...@gmail.com
on 6 Jan 2012 at 10:36
Attachments:
Thanks for your patch, Bertrand. Using action the execute the code does not
allow output to the output window, does it? My current idea for a permanent fix
is to reimplement the execute webscript in Java, then it would be possible to
make the import statement work.
Original comment by Florian....@gmail.com
on 31 Jan 2012 at 9:50
Original comment by Florian....@gmail.com
on 31 Jan 2012 at 10:20
Imports using <import> are now possible in 0.4.3.
Original comment by Florian....@gmail.com
on 7 Feb 2012 at 4:32
Original issue reported on code.google.com by
Bertrand...@gmail.com
on 6 Jan 2012 at 8:44Attachments: