Page tree

Versions Compared

Key

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

...

HTML
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>

<!-- Synap Editor -->
<script src='https://synapeditor.com/se/resource/synapeditor.config.js'></script>
<script src='https://synapeditor.com/se/resource/synapeditor/synapeditor.min.js'></script>
<link href='https://synapeditor.com/se/resource/synapeditor/synapeditor.min.css' rel='stylesheet' type='text/css'>

<!-- characterPicker 플러그인 -->
<script type="text/javascript" src='https://synapeditor.com/se/resource/synapeditor/plugins/characterPicker/characterPicker.min.js'></script>
<link rel='stylesheet' href='https://synapeditor.com/se/resource/synapeditor/plugins/characterPicker/characterPicker.min.css'>

<div style="background-color: #ffffff; width:99%; height:500px;">
	<div id="synapEditor"></div>
</div>
<script>
		window.editor = new SynapEditor("synapEditor", synapEditorConfig, document.getElementById('synapEditor').innerHTML);
</script>

...