...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var shape = editor.getAPIModelById('id');
shape.replace('<p><span>Quote<span>Shape replaced</span></p>span>'); |
setHTML(html)
- html <String> 도형 내부에 설정할 HTML 문자열
...
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
var shape = editor.getAPIModelById('id');
shape.replace('<p><span>Quote<span>Shape replaced</span></p>span>'); |
...