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:
45e45b7
)
Configuration du menu contextuel.
author
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 18 Aug 2011 08:28:00 +0000
(10:28 +0200)
committer
Benoît Pin
<pin@cri.ensmp.fr>
Thu, 18 Aug 2011 08:28:00 +0000
(10:28 +0200)
skins/ckeditor/config.js
patch
|
blob
|
history
diff --git
a/skins/ckeditor/config.js
b/skins/ckeditor/config.js
index
19c2459
..
057a4e0
100644
(file)
--- a/
skins/ckeditor/config.js
+++ b/
skins/ckeditor/config.js
@@
-21,6
+21,8
@@
CKEDITOR.editorConfig = function( config )
{ name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },
\r
];
\r
\r
{ name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },
\r
];
\r
\r
+ config.menu_groups = 'tablecell,tablecellproperties,tablerow,tablecolumn,table,anchor,link,image,flash'
\r
+
\r
config.height = '500px';
\r
config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css';
\r
\r
config.height = '500px';
\r
config.contentsCss = CKEDITOR.basePath + 'global_plinn_style.css';
\r
\r