// config.language = 'fr';\r
// config.uiColor = '#AADC6E';\r
config.toolbar = [\r
+ { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
+ { name: 'colors', items : [ 'TextColor', 'BGColor' ] },\r
{ name: 'document', items : [ 'Maximize', 'ShowBlocks', 'Source'] },\r
{ name: 'editing', items : [ 'Find','Replace', '-', 'SelectAll'] },\r
{ name: 'clipboard', items : [ 'PasteFromWord', '-', 'Undo', 'Redo' ] },\r
{ name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote', 'CreateDiv', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] },\r
{ name: 'links', items : [ 'Link', 'Unlink', 'Anchor' ] },\r
{ name: 'insert', items : [ 'Image', 'Flash', 'Table', 'HorizontalRule', 'SpecialChar', 'PageBreak'] },\r
- '/',\r
- { name: 'styles', items : [ 'Styles', 'Format', 'Font', 'FontSize' ] },\r
- { name: 'colors', items : [ 'TextColor', 'BGColor' ] },\r
];\r
+ \r
+ config.height = '500px';\r
};\r