내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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.

원본 게시물의 솔루션 보기

2 답변 개

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

정확한 답변 작성자:
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.