Page tree

Versions Compared

Key

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

Status
colourYellow
title

...

RELEASE 2.11.0

...

OR ABOVE

Returns the document in the editor content area.


Example:

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

...