--- a/js/flotr2/examples/lib/codemirror/demo/visibletabs.html +++ b/js/flotr2/examples/lib/codemirror/demo/visibletabs.html @@ -1,1 +1,62 @@ + + + + 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.

+ + + + + +