Expand my Community achievements bar.

SOLVED

using PropertyGrid xtype in cq

Avatar

Level 4

Hi ,

  Can any one advise me on how to use Propertygrid  xtype in  cq5 dialogs ? I have to display json string as properties in property grid . Any examples of using it ?

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 10

I do not have examples but crxdelight uses PropertyGrid.  Defining store and setting store [1] should render it. A samples for store at [2]. 

[1]   http://docs.adobe.com/docs/en/cq/5-5/widgets-api/index.html?class=CQ.Ext.grid.PropertyGrid

[2]   http://docs.adobe.com/docs/en/cq/current/developing/widgets.html

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

I do not have examples but crxdelight uses PropertyGrid.  Defining store and setting store [1] should render it. A samples for store at [2]. 

[1]   http://docs.adobe.com/docs/en/cq/5-5/widgets-api/index.html?class=CQ.Ext.grid.PropertyGrid

[2]   http://docs.adobe.com/docs/en/cq/current/developing/widgets.html