how to create dynamic panels in the dialog? | Community
Skip to main content
Radha_Krishna_N
Level 3
October 16, 2015
Solved

how to create dynamic panels in the dialog?

  • October 16, 2015
  • 3 replies
  • 903 views

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

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

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. 

3 replies

smacdonald2008
smacdonald2008Accepted solution
Level 10
October 16, 2015

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. 

Radha_Krishna_N
Level 3
October 16, 2015

Is it possible to do this completely in Ext Js?

smacdonald2008
Level 10
October 16, 2015

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