UNPKG

jsoneditor4code

Version:

JSON Editor for UML Diagrams developed with Javascript Code Templates based on JSON Editor of Jeremy Dorn

15 lines (12 loc) 458 B
<script language="javascript"> //---- Initialize the JSONEditor for Code ---------- // Initialization expect certain DOM nodes to be available, // so that event handlers can assigned e.g. to buttons. // Therefore the init method is called // at the very end of the HTML file. vJSONEditor.init(vJSON, vDefaultJSON, vDataJSON["class_schema"], vDataJSON["tpl"], vOptions); </script>