Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM CompositeField & TriggerField

Avatar

Former Community Member

Hi,

I am writing some customization for CompositeField & TriggerField, and add the CompositeField to the multifieldpanel of the multifield.

In the CompositeField , I have 2 fields inside, 1 hidden field and 1 triggerfield. When the trigger is clicked, it will show a dialog for the user input.

I'm quite new to ExtJS. My question is inside this dialog, how can I find the hidden field value?

Thanks in advance.

1 Reply

Avatar

Level 7

Try dialog.getField('./hidden');