1

I would like to implement autocomplete within ckeditor

Both are angular components. Is it possible to combine them into one?

carpenter
  • 251
  • 2
  • 11
  • Why not make a master component with `autocomplete` and `ckeditor` as children in the template? you can then interact with them in your master component using 2 x `@ViewChild()` references. – Andy-Delosdos Aug 20 '16 at 11:27
  • How would you imagine that? I would have to somehow insert dropdown into ckeditor(I do not think that it is possible ) – carpenter Aug 20 '16 at 12:29
  • So what's stopping you from just editing the source code of ckeditor, and making it work how you want it to? – Andy-Delosdos Aug 20 '16 at 12:33
  • Possible duplicate of [Autocomplete lists in CKEditor](http://stackoverflow.com/questions/28377886/autocomplete-lists-in-ckeditor) – Andy-Delosdos Aug 20 '16 at 12:34
  • @Delosdos I do not want to reinvent the wheel, so I thought someone must have faced very similiar problem – carpenter Aug 20 '16 at 12:36

0 Answers0