Problem
I want to create a page with a code editor embedded in it.I looked up codemirror but i am having problems using it as i am new to java script. <
I know this is old post , This is how i did while developing online code-editor you can use ace-editor
check this sample from ace
ACE in Action function foo(items) { var x = "All this is syntax highlighted"; return x; }