September 22, 2020
Estimated Post Reading Time ~

Create a simple multifield component in AEM-CQ5

Create a simple multifield component in AEM-CQ5:

1. Create a component "multifield textbox".
2. Create a dialog under "multifield textbox" in this component.
3. Go the last node "tab1" from default created nodes in dialog.
4. Create a node "items" under "tab1" with primaryType=cq:WidgetCollection.
5. Again create a node "text" under "items" with primaryType=cq:Widget.



6. Now add following properties for node "text".
name= ./textbox1
xtype= multifield


Result


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.