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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

에디터가 편집 모드인지 여부를 반환합니다.


Return:

TypeDescription
Boolean 에디터가 편집모드이면 true, 편집모드가 아니면 false를 반환합니다.



Example:

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


  • No labels