Codemirror greck support
This commit is contained in:
parent
29b825bfbb
commit
465fde6611
2
core/vendor/codemirror/codemirror.css
vendored
2
core/vendor/codemirror/codemirror.css
vendored
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
/* Set height, width, borders, and global font properties here */
|
/* Set height, width, borders, and global font properties here */
|
||||||
font-family: monospace;
|
font-family: Arial, monospace;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
color: black;
|
color: black;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
4
core/vendor/tinymce/init.js
vendored
4
core/vendor/tinymce/init.js
vendored
@ -73,9 +73,9 @@ tinymce.init({
|
|||||||
config: { // CodeMirror config object
|
config: { // CodeMirror config object
|
||||||
fullscreen: true,
|
fullscreen: true,
|
||||||
/*mode: 'application/x-httpd-php',*/
|
/*mode: 'application/x-httpd-php',*/
|
||||||
indentUnit: 4,
|
|
||||||
lineNumbers: true,
|
lineNumbers: true,
|
||||||
mode: "htmlmixed",
|
indentUnit: 4,
|
||||||
|
mode: "htmlmixed"
|
||||||
},
|
},
|
||||||
jsFiles: [
|
jsFiles: [
|
||||||
'mode/php/php.js',
|
'mode/php/php.js',
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
/* Set height, width, borders, and global font properties here */
|
/* Set height, width, borders, and global font properties here */
|
||||||
font-family: monospace;
|
font-family: Arial, monospace;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
}
|
}
|
||||||
.CodeMirror-scroll {
|
.CodeMirror-scroll {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user