...
| Status | ||||||
|---|---|---|---|---|---|---|
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
var input = editor.getAPIModelById('id');
input.remove(); |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var input = editor.getAPIModelById('id');
input.replace('<p><span>Input<span>Input replaced</span></p>span>'); |
...
| Status | ||||||
|---|---|---|---|---|---|---|
|
| Code Block | ||||
|---|---|---|---|---|
| ||||
var input = editor.getAPIModelById('id');
input.remove(); |
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var input = editor.getAPIModelById('id');
input.replace('<p><span>Input<span>Input replaced</span></p>span>'); |