rich text editor in a multi field widget | Community
Skip to main content
October 16, 2015
Solved

rich text editor in a multi field widget

  • October 16, 2015
  • 2 replies
  • 1055 views

Hi,

i have a requirement to configure a rich text editor in to a multi field custom widget. can you please help

Thanks in advance

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

You need to specific xtype to your field config node of your multi field widget.

For example check this path

/libs/foundation/components/carousel/dialog/items/static/items/pages/fieldConfig

on the fieldConfig node instead of pathfield xtype use rich text type

2 replies

Sham_HC
Level 10
October 16, 2015

You can have rte in multi field. But please try to use a textfield instead of a richtext in a multifield. If you decide to use rte,   [1] will help to fix some of issue.

[1]  http://aemfaq.blogspot.com/2013/04/richtext-in-multifield-widget.html

Accepted solution
October 16, 2015

You need to specific xtype to your field config node of your multi field widget.

For example check this path

/libs/foundation/components/carousel/dialog/items/static/items/pages/fieldConfig

on the fieldConfig node instead of pathfield xtype use rich text type