how to add class to search url in ckeditor 4 code example
Example: ckeditor config
CKEDITOR.replace('editor1',{
language: 'fr',
height = '300'
});
CKEDITOR.replace('editor1',{
language: 'fr',
height = '300'
});