Page tree
Skip to end of metadata
Go to start of metadata

RELEASE 2.11.0 OR ABOVE

Returns the document in the editor content area.


Example:

var contentsDocument = editor.getContentsDocument();
var element = contentsDocument.getElementById('id');
  • No labels