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/visibletabs.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 codemirror_ui/lib/CodeMirror-2.3/demo/visibletabs.html (limited to 'codemirror_ui/lib/CodeMirror-2.3/demo/visibletabs.html') diff --git a/codemirror_ui/lib/CodeMirror-2.3/demo/visibletabs.html b/codemirror_ui/lib/CodeMirror-2.3/demo/visibletabs.html new file mode 100644 index 0000000..96d1ea5 --- /dev/null +++ b/codemirror_ui/lib/CodeMirror-2.3/demo/visibletabs.html @@ -0,0 +1,61 @@ + + + + CodeMirror: Visible tabs demo + + + + + + + + +

CodeMirror: Visible tabs demo

+ +
+ +

Tabs inside the editor are spans with the +class cm-tab, and can be styled. This demo uses +an :after pseudo-class CSS hack that will not work on old +browsers. You can use a more conservative technique like a background +image as an alternative.

+ + + + + -- cgit v1.2.3