Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Table of Contents
maxlevel3
minlevel2
typeflat
separatorpipe

Description

Excerpt

Scripting using JavascriptJavaScript. Since 4.1.0. This is server based scripting using Javascript - not JavaScript . Not to be confused with client side (browser) Javascript useJavaScript use - you need to use the Html-bobswift macro for that.

Parameters

Pre-defined variables

Usage

No Format
{javascript}
var v = new java.lang.Runnable() {
    run: function() { print('This is some test data.'); }
};
v.run();
{javascript}

...

No Format
{javascript:output=wiki|script=^my.js|showCode=true}
{javascript}

Other examples

Security

This macro supports CMSP.