add insertNode command

This commit is contained in:
Philipp Kühn
2021-04-02 21:55:25 +02:00
parent 4d882af5d7
commit a5e1030e4f
3 changed files with 35 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ Have a look at all of the core commands listed below. They should give you a goo
| --------------- | ------------------------------------------------ |
| .clearContent() | Clear the whole document. |
| .insertHTML() | Insert a string of HTML at the current position. |
| .insertNode() | Insert a node at the current position. |
| .insertText() | Insert a string of text at the current position. |
| .setContent() | Replace the whole document with new content. |