Experiencing
Synap Editor intialized with HTML element such as Div.
Configuring
<div id='synapEditor'>
Synap Editor intialized with HTML element such as Div.
</div>
<script>
//synapEditorConfig is the Editor configuration object.
new SynapEditor('synapEditor', synapEditorConfig, document.getElementById('synapEditor').innerHTML);
</script>