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

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>



  • No labels