...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var runlegend = editor.getAPIModelById('id'); runlegend.remove(); |
replace(html)
- html <String> 교체할 HTML String.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var runlegend = editor.getAPIModelById('id'); runlegend.replace('<p><span>Paragraph<p><span>Legend replaced</span></p>'); |