appy.gen: configured ckeditor for Appy; bugfix in jscalendar integration.

This commit is contained in:
Gaetan Delannay 2012-01-02 16:59:11 +01:00
parent 0e7dfa3aaf
commit 98fafad14a
81 changed files with 5329 additions and 271 deletions

View file

@ -8,10 +8,19 @@ CKEDITOR.editorConfig = function( config )
config.toolbar = 'Appy';
config.toolbar_Appy =
[
{ name: 'basicstyles', items : [ 'Format','Bold','Italic','Underline','Strike','Subscript','Superscript','-','RemoveFormat' ] },
{ name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'] },
{ name: 'clipboard', items : [ 'Cut','Copy','Paste','PasteText','PasteFromWord','-','Undo','Redo','-','Maximize' ] },
{ name: 'editing', items : [ 'Find','Replace','-','SelectAll','-','SpellChecker', 'Scayt' ] },
{ name: 'insert', items : [ 'Image','Table','HorizontalRule','SpecialChar','PageBreak','Link','Unlink' ] },
{ name: 'basicstyles', items : [ 'Format', 'Bold', 'Italic', 'Underline',
'Strike', 'Subscript', 'Superscript', '-',
'RemoveFormat' ] },
{ name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-',
'Outdent', 'Indent', '-', 'JustifyLeft',
'JustifyCenter', 'JustifyRight',
'JustifyBlock'] },
{ name: 'clipboard', items : [ 'Cut', 'Copy', 'Paste', 'PasteText',
'PasteFromWord', '-', 'Undo', 'Redo' ] },
{ name: 'editing', items : [ 'Find', 'Replace', '-', 'SelectAll', '-',
'SpellChecker', 'Scayt']},
{ name: 'insert', items : [ 'Image', 'Table', 'HorizontalRule',
'SpecialChar', 'PageBreak', 'Link', 'Unlink',
'-', 'Maximize']},
];
};