Closed vimal-darji-ifour closed 3 years ago
Hi kzimny, Thanks for the reply. Actually I don't want it in style tags. this is working with jquery. but not working with Angular. Actually what happens, there is a configuration to inject css class/file into CKEditor iframe, but some how its not working in Angular but it works perfectly with jQuery.
Please see the angular stackblitz example above.
It has been resolved by injecting external css(class) to iframe.
Hello, I want to customize, format_tag . I can able to add new format_tag but somehow css class is not being applied here is an example : this.config = { format_span : { element: 'span', name: 'ClientNotation', attributes: { class: 'custClass' }} }
link : https://stackblitz.com/edit/ng2-ckeditor-ysbmhg?file=src/app/app.component.ts
how can I inject css style in ckeditor?