Editor Constructor

Description

Instantiates a new ESD/SPD Web editor object.

Parameters

parameter 1: Must be undefined.
parameter 2: String

Parameter two is the ID of the DOM element that will contain the ESD/SPD Web editor.

Example

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

Note 1: For a more complete example of using the ESD/SPD Web editor please refer to the Editor overview page.