JavaScript Editor
Set the editable property of the jqxEditor. Author: http://jqwidgets.com
by jqwidgets
HTML
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<textarea id="editor"></textarea>
<textarea id="editor2"></textarea>
JavaScript
$('#editor').jqxEditor({
height: 400,
width: 800,
theme: 'energyblue'
});
$('#editor2').jqxEditor({
height: 400,
width: 800,
theme: 'energyblue'
});