0
votes

I knew about xtype richtext for classic ui. I am working more on touch ui these days and would like to have a rich text component in cq:dialog touch dialog.

Could anyone point me to an example with explanation about the rich text component in aem 6.3 touch ui?

I was looking at the example I do not understand rtePlugins node in _cq_editConfig.xml and I assume basic richtext functionality is provided by _cq_dialog content.xml

What is the different between example2 and example

Thanks.

1

1 Answers

0
votes

The rtePlugins node lists configurations for enabled plugins in the RTE. You can use either examples you have in your post to achieve the rich text functionality you are after.

If you are interested in a different form of RTE, checkout this CKEditor widget I built a while back: https://github.com/ahmed-musallam/aem-ckeditor-widget