launchInContainer

fun launchInContainer(klass: KClass<out Application>, containerName: String, rawArgs: Array<out String> = emptyArray())

Starts the Glok application.

Parameters

containerName

The id of an HTML element (usually a DIV) where the glok canvas will be placed.