My application creates a new custom, Alfresco ClassicWindow that contains a list
of items from which the user may select.
I would like to provide the ability for the users to search within this list/page (similar to CTL-F) in a browser.
I would appreciate if anyone has any ideas or suggestions.
Thanks
Using the CTRL+F from the browser they should already be able to search for any rendered content. What you might want to do is provide a search capability for stuff that you have not yet rendered / loaded into the client side UI. This is something that you would normally support with using a FilteredList where you can configure the filter/search input elements, and a custom Aikau service which would be responsible for calling your data web script to load the data according to the user input (you might also be able to work with CrudService but a solution with a custom service will be much cleaner and allow you to handle special features, like search input validation).
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.