Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
var shape = editor.getAPIModelById('id');
shape.replace('<p><span>Shape<span>Shape replaced</span></p>span>');

setHTML(html)

  • html <String> 도형 내부에 설정할 HTML 문자열

...