how to organize multifield component dialog? | Community
Skip to main content
jayv25585659
New Participant
July 25, 2023
Solved

how to organize multifield component dialog?

  • July 25, 2023
  • 2 replies
  • 789 views

so i have a multifield in my component dialog and inside it is another multifield. As you can imagine, it can get quite tall/big.

 

I'm wondering what options are possible so can I can better organize my dialog so it's not overwhelming my authors.

 

I was thinking perhaps something like an accordion? (or in my case, I was thinking of using a checkbox to collapse and expand)

 

Thanks in advance for the response.

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 BrianKasingli

Yes, you can use hide/show JavaScript behaviours to hide or show different options to the content producers.

From the code, you can utilize the granite ui “include”, and beak up the XML https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/include/index.html

2 replies

Nishant-Singh
Employee
July 25, 2023
BrianKasingli
BrianKasingliAccepted solution
New Participant
July 25, 2023

Yes, you can use hide/show JavaScript behaviours to hide or show different options to the content producers.

From the code, you can utilize the granite ui “include”, and beak up the XML https://developer.adobe.com/experience-manager/reference-materials/6-5/granite-ui/api/jcr_root/libs/granite/ui/components/coral/foundation/include/index.html