cancel
Showing results for 
Search instead for 
Did you mean: 

Aikau Category Picker

zhihailiu
Champ on-the-rise
Champ on-the-rise
Is there an Aikau "category picker" widget that works like category.ftl in form control?
2 REPLIES 2

redraccoon
Star Contributor
Star Contributor
i think no, everything is on the doc and we can't see "category picker"

https://dev.alfresco.com/resource/docs/aikau-jsdoc/

ddraper
World-Class Innovator
World-Class Innovator

At the moment there isn't a category picker available out-of-the-box in the current release of Aikau (which at the time of writing is 1.0.85) however there are a number of options available.

The first is to use one of the existing generic picker widgets, I would recommend the SimplePicker. You can configure this to publish a request for data to display as options. The ManageAspectsService provides a good example of how you can do this (the link should take you directly to the appropriate section of the source).

You can either use the CrudService or a custom service for retrieving the category options.

At some point in the future we may provide a dedicated category picker, or maybe you'd like to contribute one via pull request to the Aikau project? That way the Aikau team will need to support the widget and it will be future proof for its continued use.