DojoEditor widget

The DojoEditor widget creates a text box that has editing functions.

Fields

editorHeight
The height of the editor. Specify the value as an integer.
editorWidth
The width of the editor. Specify the value as an integer.

Functions

getContents
Gets the HTML contents of the editor.
setContents
Sets the HTML contents of the editor.

Other supported fields and functions are described in the following topics in the EGL Programmer’s Guide: “Rich UI widget fields” and ”Rich UI widget functions.”

Use of this widget requires the following statement:
import dojo.widgets.DojoEditor;