EmathGeoeditor depends on jQuery, JSXGraph.
Example 编辑模式
Here is an example, how to use gedit.js
.
<div id="box1">
</div>
<script type="text/javascript">
jQuery('#box1').geditor({editable: true});
</script>
The geoeditor is started in edit mode. You can click the checkbox to toggle between edit mode and show mode.