Page tree

Versions Compared

Key

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

...

Code Block
languagejs
<script>
	//UI상에 버튼을 노출하고 싶다면 기존 에디터 설정과 동일하게 UI이름으로 플러그인에서 제공하는 이름을 사용하면 됩니다.
	new SynapEditor('synapEditor에디터를 초기화 할 엘리먼트의 ID', {
		//...
		'editor.toolbar': ['webAccessibilityChecker']
		//...
	});
</script>

...