How to use ckeditor, or other rict text editor of aem in etc/design/myapp/clientlibs for end user?
Hi all,
I want to user rict text editor for text area in form for client user. How to use ckeditor, or other rict text editor of aem in etc/design/myapp/clientlibs? I want have a same riect text editor as AEM forum or ckeditor basic. I tried ckeditor basic from ckeditor.com and add it to etc/design/myapp/clientlib-ckeditor. But it doesn't work.
I am using cdn it work fine. But I want to user ckeditor in our clientlib.
<script src="//cdn.ckeditor.com/4.11.0/basic/ckeditor.js"></script>
Please help me how to use rich text editor for client user?
Thanks you so much,
BienHV