• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dynamic alpha filter

Guest
Sep 02, 2008 Sep 02, 2008

Copy link to clipboard

Copied

I'd like to query about 2000 alpha names from a file, then allow the user to start typing a filter argument into a field. The more letters they type, the more specific the filter of the queryied names gets, the results being displayed in a drop-down box, until the drop-down selection list gets short enough that the user can see the desired selection, and then click on it to confirm the drop-down choice... Has anyone implemented something like this in a CF webpage?

-keyman
TOPICS
Advanced techniques

Views

225

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 02, 2008 Sep 02, 2008

Copy link to clipboard

Copied

LATEST
keyman wrote:
> Has anyone implemented something like this in a
> CF webpage?
>
> -keyman
>

Yes, many people have.

You are describing a standard 'Auto Suggest' or 'Combo Box' feature.

There are examples of this functionality using CF8's built in AJAX
functionality.

If you do not have 8, but are still willing to look at the AJAX
solution, you can use something like CFAJAX or CFCAJAX.

Otherwise you can look at an entirely JavaScript solution, but that will
require the delivery of the entire 2000 name list to the browser client
in a single request.


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation