getHTMLDescription Returns the HTML code currently in the editor. Syntax variable = object.getHTML (); Notes The following example will get the HTML code currently in the editor named 'myEditor':
The variable 'code' now contains the HTML code currently in the editor. |