2

I'm creating mobile app using jQuery Mobile and CodeMirror as a code editor. I'm not a designer so I don't usually mess up with CSS.

This is what I have so far Valid XHTML .

I want CodeMirror control to be stretched down to footer. Css height property won't work here.

// Edit

Problem was in height of the parent DIV, sorry

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Nikola Ninkovic
  • 1,252
  • 1
  • 12
  • 27

1 Answers1

9

I can't write comments yet. did you try editor.setSize(width, height)

aljordan82
  • 1,710
  • 1
  • 16
  • 22