projects
/
ckeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
575eeba
)
Ajout taille par défaut de CK
author
Benoît Pin
<pin@cri.ensmp.fr>
Tue, 16 Aug 2011 10:09:11 +0000
(12:09 +0200)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Tue, 16 Aug 2011 10:09:11 +0000
(12:09 +0200)
skins/ckeditor/config.js
patch
|
blob
|
history
diff --git
a/skins/ckeditor/config.js
b/skins/ckeditor/config.js
index
19ea463
..
1ce2adb
100644
(file)
--- a/
skins/ckeditor/config.js
+++ b/
skins/ckeditor/config.js
@@
-20,4
+20,6
@@
CKEDITOR.editorConfig = function( config )
{ name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] },
\r
{ name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },
\r
];
\r
+
\r
+ config.height = '500px';
\r
};
\r