From 99f904adcc37d93c90defcd8ce898598e25be212 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Wed, 11 Mar 2015 16:55:04 +0100 Subject: Lot of plugins --- .../lib/CodeMirror-2.3/demo/fullscreen.html | 152 +++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/fullscreen.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/fullscreen.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/fullscreen.html b/codemirror_ui/lib/CodeMirror-2.3/demo/fullscreen.html new file mode 100644 index 0000000..0e2b5ec --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/fullscreen.html @@ -0,0 +1,152 @@ + + + + CodeMirror: Full Screen Editing + + + + + + + + + +

CodeMirror: Full Screen Editing

+ +
+ + +

Press F11 when cursor is in the editor to toggle full screen editing. Esc can also be used to exit full screen editing.

+ +

Note: Does not currently work correctly in IE + 6 and 7, where setting the height of something + to 100% doesn't make it full screen.

+ + + -- cgit v1.2.3