Custom Form Type with Autocomplete feature
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2014 06:29 AM
Hi,
I'm interested to know if there is the possibility of having a property that will render itself as a "field auto-complete", whose values are extracted dynamically from a web service or a query on a db table
Is there any example ?
I'm interested to know if there is the possibility of having a property that will render itself as a "field auto-complete", whose values are extracted dynamically from a web service or a query on a db table
Is there any example ?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2014 12:04 PM
Hi,
I've done this few month ago.
I am using grails framework. Form is generated based on gsp template.
Inside gsp , you can render combobox (select) as result from query on db table.
i have an online sample http://www.aktifbisnis.com
I've done this few month ago.
I am using grails framework. Form is generated based on gsp template.
Inside gsp , you can render combobox (select) as result from query on db table.
i have an online sample http://www.aktifbisnis.com
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2014 12:18 PM
thanks suseno,
but i'm interested to know if it's possible to achieve the result of autocomplete using the standard form engine.
you are using a complete custom solution for the UI, right?
but i'm interested to know if it's possible to achieve the result of autocomplete using the standard form engine.
you are using a complete custom solution for the UI, right?
