Hi all,
I need to create a component of type multifield with 2 fields. (Watching the attached image)
All the examples of adobe multifield the component contains only one field and I have not found any documentation to help me.
Does anyone know how to do?
Thank's in advanced
Josi
Solved! Go to Solution.
Views
Replies
Total Likes
I would write the multifield using the classic dialog. A Classic dialog works in the Touch UI component. Even custom xtypes do. See:
http://helpx.adobe.com/experience-manager/using/creating-touchui-xtypes.html
Or you can take a look at these out of the box AEM 6 component that shows use of multifield.
The components which have multi fields in Touch UI dialogs are:
Plus a handful of Commerce components.
If you run this query, you'll see them:
//element(*)[@sling:resourceType='granite/ui/components/foundation/form/multifield']
Views
Replies
Total Likes
You are correct- we do not have docs on this use case. I have added to this out list of community articles and will write this up.
Views
Replies
Total Likes
I would write the multifield using the classic dialog. A Classic dialog works in the Touch UI component. Even custom xtypes do. See:
http://helpx.adobe.com/experience-manager/using/creating-touchui-xtypes.html
Or you can take a look at these out of the box AEM 6 component that shows use of multifield.
The components which have multi fields in Touch UI dialogs are:
Plus a handful of Commerce components.
If you run this query, you'll see them:
//element(*)[@sling:resourceType='granite/ui/components/foundation/form/multifield']
Views
Replies
Total Likes
Hi,
I know that with the classical graphical works, I already did once but unfortunately all the components that I made using the classical graphical were rejected. Must be developed all using the new graphical.
I had already checked all of these components are listed but if you look at all only contains a single field (node field) I can not add more than one field in a component of type multifield
Thank's in advanced
Views
Replies
Total Likes
Views
Likes
Replies