Editor Constructor

Description

Instantiates a new ESD/SPD Web editor object.

Parameters

parameter 1: Must be null.
parameter 2: String

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

Example

editor = new ESDWeb(null, 'editorNode');
editor.startup(...);
	

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