Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Analog of editorgrid xtype in Touch UI

Avatar

Level 3

Hello,

There is xtype editorgrid in Classic UI:

https://docs.adobe.com/docs/en/cq/5-6-1/developing/widgets/xtypes.html (Search for 'editorgrid ')

[img]https://docs.adobe.com/content/docs/en/cq/5-6-1/developing/widgets/xtypes/_jcr_content/par/image_10....

Is there something similar in Touch UI?

1 Accepted Solution

Avatar

Correct answer by
Level 10

After looking through the ref docs - it appears there is no grid like this. 

One suggestion is you can create a custom type like how we created a custom color picker here:

https://helpx.adobe.com/experience-manager/using/creating-touchui-validate1.html

As you will see - a custom type can be built via JQuery. 

View solution in original post

2 Replies

Avatar

Level 10

Here is the Granite API docs: 

https://docs.adobe.com/docs/en/aem/6-0/develop/ref/granite-ui/api/index.html

Hope this helps...

Avatar

Correct answer by
Level 10

After looking through the ref docs - it appears there is no grid like this. 

One suggestion is you can create a custom type like how we created a custom color picker here:

https://helpx.adobe.com/experience-manager/using/creating-touchui-validate1.html

As you will see - a custom type can be built via JQuery.