ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

No Source button found for inline type ckeditor #135

Closed manjurhusen closed 3 years ago

manjurhusen commented 3 years ago

Here is the demo https://ckeditor.com/docs/ckeditor4/latest/examples/angular.html#/editor-types

When I select "Choose editor type: Inline Editor" it is not showing Source button.

Based on this document - https://ckeditor.com/docs/ckeditor4/latest/examples/sourcearea.html, I have downloaded and added "SourceDialog" plugin from here https://ckeditor.com/cke4/addon/sourcedialog and added but it is not working.

Dumluregn commented 3 years ago

Hello,

in the documentation the sourcedialog plugin is not included, so it is an expected behaviour that Source button is not shown. Could you provide another example presenting this issue, e.g. using Stackblitz?

jacekbogdanski commented 3 years ago

Hi, It's been a while since we last heard from you. We're closing this issue for now. Still, feel free provide us requested feedback, so that we can reopen this issue.

manjurhusen commented 3 years ago

I have tried but still not showing. Can you please update demo with source button in "Inline CkEditor" here https://ckeditor.com/docs/ckeditor4/latest/examples/angular.html#/editor-types

This will help all the developers.

Dumluregn commented 3 years ago

It seems to be a reasonable request. I've created an issue to cover this change. Thanks for the suggestion!

manjurhusen commented 3 years ago

@Dumluregn Thank you for request.