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

« Previous Version 4 Current »

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