rte multifiled | Community
Skip to main content
Level 3
April 10, 2017
Solved

rte multifiled

  • April 10, 2017
  • 4 replies
  • 1320 views

Hi all I have  a developed a rte multifield component. where author can add any number of list items ( and can delete them . my issue is when i provide content for list items it is displaying fine when i come back open the dialog all the list items are empty.

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 smacdonald2008

The issue is you need to have a JS script and code it properly. See these articles that will help you: 

Creating an Adobe Experience Manager Newsletter HTL component

Creating an Adobe Experience Manager HTL component that displays a repeating data set

Both of these article uses a MF and lets an author enter text. 

4 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
April 10, 2017

The issue is you need to have a JS script and code it properly. See these articles that will help you: 

Creating an Adobe Experience Manager Newsletter HTL component

Creating an Adobe Experience Manager HTL component that displays a repeating data set

Both of these article uses a MF and lets an author enter text. 

Ratna_Kumar
Level 10
April 11, 2017

Hi Pradeep,

See this Sreekanth's blog which stating developing multifield component with RTE. It may help your use case.

//http://experience-aem.blogspot.in/2015/07/aem-61-touch-ui-composite-multifield-with-rich-text-editor-rte.html

Hope this helps!

~ Ratna.

Level 3
April 11, 2017

Thanks a lot Scott. That helped. One last question, can we able to restrict multifield rte to specific  max  chars?

Level 3
April 11, 2017

Thanks a lot Ratna. That helped.