Skip to main content
jayv25585659
Level 8
July 25, 2023
Respondido

how to organize multifield component dialog?

  • July 25, 2023
  • 2 respostas
  • 826 Visualizações

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.

Este tópico foi fechado para respostas.
Melhor resposta por 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 Respostas

BrianKasingli
Adobe Champion and Community Advisor
Adobe Champion and Community Advisor
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

Nishant-Singh
Adobe Employee
Adobe Employee
July 25, 2023