xtype to facilitate multiple selection in a list | Community
Skip to main content
prohira
New Participant
October 16, 2015
Solved

xtype to facilitate multiple selection in a list

  • October 16, 2015
  • 2 replies
  • 1066 views

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.

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 edubey

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.

2 replies

smacdonald2008
New Participant
October 16, 2015

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

edubey
edubeyAccepted solution
New Participant
October 16, 2015

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.