| Method | Description |
|---|
| EnableButton | Enables or disables a toolbar button. |
| EnableSelect | Enables or disables a toolbar select box. |
| EnableToolbar | Enables or disables the elements in a toolbar. |
| ExecuteCommand | Interface for execCommand commands. |
| FindDialogInfo | Returns the dialog information for the named dialog. |
| FindToolbarElement | Returns the id and other information about a toolbar element,
encapsulated in a single object. |
| GetContext | Returns the current selection and range information, encapsulated in a single context object. |
| GetCountStatus | Returns the current count information. |
| GetDesignModeDocument | Returns the Design mode document. |
| GetDialogInfo | Returns the dialog information for the current dialog. |
| GetEditorSize | Returns the current editor size. |
| GetLastContext | Returns the last context in the Design mode editor. |
| GetMode | Returns the current editor mode. |
| GetText | This method returns the html in the editor. |
| GetVersion | Returns the current version of the editor. |
| InDialog | Returns if a dialog is currently displayed. |
| InsertHtml | Inserts html at the last context location when in Design mode. |
| IsLocked | Returns if editor input is currently locked. |
| IsModified | Returns if the modified flag is set. |
| MessageBox | Displays a message box with heading, html message, and OK button. |
| Save | Performs a client-side save after completing all appropriate conversions. |
| SaveIfModified | Executes the Save method if the modified flag is set. |
| SetEditorSize | Sets the editor size on the client. |
| SetMode | Sets the current editor mode. |
| SetText | This method sets the html in the editor. |
| ToAbsolutePath | Returns the absolute path for a given path. |
| ToRelativePath | Returns the relative path for a given path. |
| ToRootRelativePath | Returns the root relative path for a given path. |