SCEditor

extractContents

extractContents(start, end) Since: 1.3.0

Extracts all the DOM nodes between the start and end nodes.

Syntax

var contents = sceditor.dom.extractContents(start, end);

Parameters

start
Type: Node

end
Type: Node

The DOM node to check.

Return

Type: boolean