How can I add Custom Multifield in scaffolding form AEM6.1 | Community
Skip to main content
New Participant
December 15, 2015
Solved

How can I add Custom Multifield in scaffolding form AEM6.1

  • December 15, 2015
  • 11 replies
  • 2796 views

I am trying to add custom multifield in the scaffolding form but i am getting error in EXTJS.

When i tried to find dialog by getParentByType("dialog") or getParentByType("tabpanel ) i get null and code breaks.

If any one has any example for this it will be very helpful.

 

Thanks in advance.

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 smacdonald2008

EXTJS apis are meant only for dialogs (and on author) and not for a public facing GUI. You cannot use these APIs outside of a dialog. As Praveen stated - we have a lot of community articles showing how to use within a component dialog.  

11 replies

smacdonald2008
New Participant
December 15, 2015

Are you trying to add the multifield to the scaffold form?