Page tree

Versions Compared

Key

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

...

Status
subtletrue
colourRed
title자식 요소들을 모두 제거할 경우 이후의 작업에서 오류가 발생할 수 있습니다If all child elements are removed, an error may occur in subsequent operations.

Code Block
languagejs
themeEmacs
var element = editor.getAPIModelById('id');
element.empty();

...