JavaScript Editor

The JavaScript editor shows your functions in a tree (click to navigate, drag'n drop to duplicate) next to the code. A Ctrl+Space autocomplete recalls functions and variables, and a syntax checker validates your code.

function test() {
	EditiXManager.info("Hello World");
}

Related