Я пытаюсь внедрить CKEditor на textarea дополнительно, включая переводчик Google. Во избежание перевода кода CKEditor отлично работает с текстовой областью, в противном случае CKEditor и перевод Google не работают.
CKEDITOR.replace( 'ann_matter_ml',
{
toolbar :
[
//['Source'],
['Undo','Redo','Bold','Italic','Underline','StrikeThrough'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Style'],
['Table','Rule','SpecialChar'], ///['Table','Image','Rule','SpecialChar'],
['Link','Unlink','Anchor','JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'] //'NumberedList','BulletedList',
],
height: 200,
width: 890
});