...
html <String> 교체할 HTML String
| Code Block | |||||
|---|---|---|---|---|---|
| |||||
var image = editor.getAPIModelById('id');
image.replace('<span>Image replace</span>'); |
...
html <String> 교체할 HTML String
| Code Block | |||||
|---|---|---|---|---|---|
| |||||
var image = editor.getAPIModelById('id');
image.replace('<span>Image replace</span>'); |