Autocomplete widget (similar FW combobox)

mod_harbour is an Apache module that allows to run PRGs directly on the web !!!
Post Reply
User avatar
Otto
Posts: 6403
Joined: Fri Oct 07, 2005 7:07 pm
Has thanked: 21 times
Been thanked: 2 times
Contact:

Autocomplete widget (similar FW combobox)

Post by Otto »

Hello friends,

The jQuery UI Autocomplete widget enables users to quickly find and select from a list of values as they type.
If you find the jQuery UI Autocomplete demos and documentation too daunting, here are some examples with
explanation to get you started.

https://salman-w.blogspot.com/2013/12/j ... mples.html

We took the demo using-label-value-pairs.html.
The data is loaded into the WIDGET using a JSON.

Image


We now read the data from a DBF file into a string and pass this string to HTML.

There, we assign the string to a JSON object.

Image


Here you can see the result.

Best regards,
Otto
Image
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Post Reply