Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

how to create dynamic panels in the dialog?

Avatar

Level 4

I have a button in the first tab on click of it tabs are getting created. Now how to save this new tabs data and retrieve it .

Thanks,

Radha Krishna N

1 Accepted Solution

Avatar

Correct answer by
Level 10

EXJ JS is just a JS framework - you need to store the data somewhere. IN CQ - best to store in AEM JCR. Write some JS methods to persist and retrieve data in the AEM JCR. 

View solution in original post

3 Replies

Avatar

Level 10

You can retrieve the data from the xtype and store it in the JCR.

Avatar

Level 4

Is it possible to do this completely in Ext Js?

Avatar

Correct answer by
Level 10

EXJ JS is just a JS framework - you need to store the data somewhere. IN CQ - best to store in AEM JCR. Write some JS methods to persist and retrieve data in the AEM JCR.