Autocomplete Fields Integration
- Single Page
Posted 08 April 2012 - 23:20 PM
and handled via jQuery / Ajax .
1 - How to enabled the visualized auto complete fields in grocery CRUD ?
2 - How to enable CRUD save the hidden autocomeplet fields e.g. country index of an autocomplete
session result ?
3 - How to bind a callback to generate the visualized Autocomplete fields retrieved from DB as index .
E.g. country index for each user record as part of let say its address. so that user will only see the textual
convery to text via autocomplete initiation service per a given index field ?
Posted 09 April 2012 - 21:50 PM
If this help you, you can see the forked project of davidedm and the pull request for version 1.1.8 at: https://github.com/d...dbd813710f7e148 . The only required thing from you is to add the url of the ajax as a 4th parameter.
This only have been tested at version 1.1.8 so I suggest to see the code first before changing anything.
Posted 10 April 2012 - 16:20 PM
I will check the davidedm project.
I must have an auto complete or at list a way to add a list of option value for certain fields!
I guess I need to use one of the callback services which is related to update / ionsert scenarios.
Can you advise if true?
Best
Posted 10 April 2012 - 16:33 PM
Seems it is feasible with some carefull checkups..
Best
Posted 10 April 2012 - 18:21 PM
Posted 24 April 2012 - 22:13 PM
Posted 24 April 2012 - 22:17 PM
[color=#2f4f4f][b]Sure there's a lot to exapnd in services of the API and assure bugs curve is near zero, but as it is now its enough and great for many use cases. [/b][/color]
[color=#2f4f4f][b]Cheers! [/b][/color]
Posted 25 April 2012 - 06:01 AM
Thank you for your good words.
Posted 21 September 2017 - 18:41 PM
i'm interest with this topic, what is article related to my answer on this article? (how to autocomplete data on multiple fields with grocery crud)
if i'm see on your github i just found modification in library, Controler,View and Model not any updates. so how to implement the modification library ?
where i must put url of the ajax as a 4th parameter??
regards
Posted 24 September 2017 - 02:34 AM
Hi,
I'm succes to add autocomplete on 1 field (kode barang) and then triger 3 other field to filled , but i have problem when edit data field kode barang and 3 field other be empty. my question is how to when edit data 4 field not be empty?
this question and detail controller and view can you see on /topic/4036-autocomplete-field/?p=15544