Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

xtype to facilitate multiple selection in a list

Avatar

Level 4

Hello,

Is there any xtype available in CQ which supports multiple selection in a list as per attached screen-shot?

[img]Screen Shot 2015-09-28 at 3.53.25 PM.png[/img]

Thanks.

1 Accepted Solution

Avatar

Correct answer by
Level 10

AEM Integrates ExtJS framework, Above xtype is itemselector which is present in Extjs but it is not included in AEM.

Here are the available xtypes in AEM : https://docs.adobe.com/docs/en/aem/6-1/develop/components/xtypes.html

Ext Js: http://examples.sencha.com/extjs/6.0.1/examples/classic/multiselect/multiselect-demo.html

Please share the your use case, may be community can provide another approach to implement.

View solution in original post

2 Replies

Avatar

Level 10

Out of the box - no - for this type of GUI - you would need to develop a custom list selector xtype. See this community article for an idea of a custom xtype with different UI components on it. 

https://helpx.adobe.com/experience-manager/using/jstl.html

Avatar

Correct answer by
Level 10

AEM Integrates ExtJS framework, Above xtype is itemselector which is present in Extjs but it is not included in AEM.

Here are the available xtypes in AEM : https://docs.adobe.com/docs/en/aem/6-1/develop/components/xtypes.html

Ext Js: http://examples.sencha.com/extjs/6.0.1/examples/classic/multiselect/multiselect-demo.html

Please share the your use case, may be community can provide another approach to implement.