Navigation :
hide
hide Method
Description
Hides the Web SDK editor.
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();