Page tree

Versions Compared

Key

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

...

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

setText(text)

  • text <String> 문단에 설정할 Text 문자열

...