체험하기
Document mode
설정하기
<div id='synapEditor'>
Document mode
</div>
<script>
synapEditorConfig['editor.type'] = 'document';
new SynapEditor('synapEditor', synapEditorConfig, document.getElementById('synapEditor').innerHTML);
</script>