hide Method

Description

Hides the ESD/SPD Web editor.

Syntax

.hide()

Remarks

Call this method to hide the drawing editor. To show the editor after it has been hidden, call the show method. To completely destroy the editor and remove it from the DOM call the destroy method.

Example

/* example assumes editor is an initialized ESDWeb object */

editor.hide();