I would like to add autocomplete to text fields in the admin module. That is, I would like to add autocomplete that queries from an external site to the admin ProductImpl Name textfield so that when the user enters the name, he will be suggested with the product names.
Also, most importantly, when he selects any product from the autocomplete, the category, retail price etc should automatically be updated without the need of clicking the save button.
I thought of querying for a product object instead of just its name. So, that when user selects a certain product name in the autocomplete while entering, the corresponding fields like retail price and category must be automatically updated as and when he chooses it.
Now, my question is how do I take full control over those text fields in the admin module so that I could add the functionality I need to the text field I want just as easy as I do in a normal HTML page.
Thanks in advance. Hope you will reply as soon as possible.
This forum is in readonly mode and serves as an archive of old information. All posting, registration and commenting abilities have been turned off. To get help, the Broadleaf team reguarly monitors the broadleaf-commerce tag on Stack Overflow so please ask your questions there.