Hides the ESD/SPD Web editor.
.hide()
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 assumes editor is an initialized ESDWeb object */ editor.hide();