jits1712

Results 1 issues of jits1712

Hi, I created editor using CodeMirrorUI lab (downloaded latest version of CodeMirrorUI - jagthedrummer-codemirror-ui-0.0.14-36-g4ec880c) ``` //then create the editor var cmeditor = new CodeMirrorUI(document.getElementById("code_1"), { path:'js/codemirror-ui/js', imagePath: 'js/codemirror-ui/images/silk' } ,...