cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement a multi select picklist in alfresco share forms

udayakumar_p
Confirmed Champ
Confirmed Champ

We have a custom form in alfresco share UI. How to implement a multi select picklist something similar to below. Please provide detailed steps.

3 REPLIES 3

krutik_jayswal
Elite Collaborator
Elite Collaborator

There is already this kind of picker is available for documents.If you take a look on how tags are selected or, when selecting users while starting workflow.If you would like to customize it for task list , its going to be bit difficult.The main file which is responsible for this picker is association.ftl.You can start analysing that.

If you would like to have it using aikau, than you can refer below link.

https://community.alfresco.com/community/ecm/blog/2014/10/10/re-using-and-customizing-aikau-pickers 

Hi,

Thanks for the reply. I just showed an example. We are not going to use it for task list. We need to used it to select set of keywords while creating content using share. The keywords are custom defined.

Take a look on how tags is implemented.