Methods
clear()
dispose()
- Description:
- Dispose of the editor when it is no longer needed. Generally, Kiss handles this automatically.
- Source:
getHtml() → {string}
Returns:
The HTML content of the editor.
- Type
- string
getText() → {string}
Returns:
- Type
- string
printEditorContent()
readOnly()
readWrite()
setHtml(html)
Parameters:
| Name | Type | Description |
|---|---|---|
html |
(static) addEditor(editor)
Parameters:
| Name | Type | Description |
|---|---|---|
editor |
(async, static) create(parentId) → {Promise.<Editor>}
- Description:
- Creates a new instance of the Editor class and initializes it.
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
parentId |
string | The ID of the editor div. |
Returns:
A promise that resolves to the initialized Editor instance.
- Type
- Promise.<Editor>
(static) newEditorContext()
(static) popAllEditorContexts()
- Description:
- Destroys all popup and screen editors that have been created
- Source: