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

'It returns whether the editor is in Edit Mode.


Return:

TypeDescription
Boolean True if the editor is in Edit Mode, false if not in Edit Mode.



Example:

if(editor.isEditMode()) {
	editor.insertHTML('Hello SynapEditor~');
}
  • No labels