Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Creating Component with capability of dragging another component

Avatar

Level 2

Basically I would like to create RichTextEdit Component and in the middle of the RichText Content I need to drag another component

 

I have attached sample content with a box

Any suggestions

Thanks in Advance

 

[img]Component.JPG[/img]

1 Accepted Solution

Avatar

Correct answer by
Level 4

kradhakrishna wrote...

Basically I would like to create RichTextEdit Component and in the middle of the RichText Content I need to drag another component

 

I have attached sample content with a box

Any suggestions

Thanks in Advance

 

 

There are 2 ways to achieve that

1. Convert your rich text component as Container component.

2. Or give allowed children in rich text box.

View solution in original post

3 Replies

Avatar

Level 4

Include a parsys inside the main component. Don't use RTE directly , may be you can use RTE in the main component dialog and write your own jsp to render the same as per the wireframe. Inside jsp include a parsys and configure the sub component.

Avatar

Correct answer by
Level 4

kradhakrishna wrote...

Basically I would like to create RichTextEdit Component and in the middle of the RichText Content I need to drag another component

 

I have attached sample content with a box

Any suggestions

Thanks in Advance

 

 

There are 2 ways to achieve that

1. Convert your rich text component as Container component.

2. Or give allowed children in rich text box.

Avatar

Level 10

Hi There,

Thanks for reaching out to Adobe Community.

Please go through the below community articles and see if you find anything relevant:

https://helpx.adobe.com/experience-manager/kb/creating-cq-widget-supports-image.html

https://helpx.adobe.com/experience-manager/using/creating-aem-multifield-components.html

Thanks!