Is there a way to get attachement link in toolbar of RichTextEditor to attach images or show inmine images in richTextEditor?
Announcement
Collapse
No announcement yet.
X
-
There is no such built-in feature. Your options would be:
1. sponsor the addition of such a feature
2. build it yourself - but note this will involve a lot of low-level DOM hacking and dealing with browser inconsistencies
3. find a third-party RTE that supports this functionality (such as CKEditor), and use that instead
Comment