ESDWeb Constructor

Editor Constructor

Description

Instantiates a new Web SDK editor object.

Parameters

parameter 1 Must be undefined

parameter 2 String

Parameter two is the ID of the DOM element that will contain the Web SDK editor.

Example

editor = new window.__editor(undefined, document.getElementById('editor-node'));
editor.startup(...);

Note: For a more complete example of using the Web SDK editor please refer to the Editor Integration page.