Versions Compared

Key

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

...

  Writing extensions requires understanding of Java.

Plugins

Plugins can be written for the Server, SmartClient and WebClient, see IServerPlugin, ISmartClientPlugin and IClientPlugin from API docs.

...

Code Block
var mytime = Packages.java.lang.System.currentTimeMillis();

Public Java API

For information on the usable Servoy API, see the Servoy API documentation online.

...