Page tree

Versions Compared

Key

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

Status
colourYellow
titleRELEASE 2.11.0 OR ABOVE

에디터 컨텐츠 영역의 document를 반환합니다Returns the document in the editor content area.


Example:

Code Block
languagejs
themeEmacs
var contentsDocument = editor.getContentsDocument();
var element = contentsDocument.getElementById('id');

...