codemirror-ui
codemirror-ui copied to clipboard
Cant set size of editor with CodeMirrorUI object ?
On the code mirror website, it says you can call getWrapperElement to set the height. That method isnt exposed by this CodeMirrorUI object, correct ?
http://codemirror.net/doc/manual.html#getWrapperElement
I'm pretty new to using CodeMirror (and rusty with Javascript). How would I set the height of the editor to make it fill the DIV or page its in ?
If thats not possible, how would set the height of the editor so its like 700px ?
Thanks