Played with ajax.html.

It's probably no longer simple enough as an example. On the other hand it has a nice drag and drop feature. I couldn't make the "ignorews" checkbos work.

I had to update codemirror.css to have the texteditor height match the container. I tested using Opera browser and there seems to be no autosizing.
This commit is contained in:
Kljh
2014-08-17 00:17:39 +01:00
parent 6308a6926a
commit 4128796bfa
3 changed files with 96 additions and 12 deletions

View File

@@ -3,7 +3,7 @@
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 300px;
height: 400px;
}
.CodeMirror-scroll {
/* Set scrolling behaviour here */