AJAX type ahead custom tag?

Discussion in 'Programming' started by tbarr60, Apr 23, 2007.

  1. #1
    I am looking for an AJAX type ahead ColdFusion custom tag. As a user starts typing in a field I want values that exist in the database to be pulled in dynamically to a drop down.

    Let me know if you have seen one. Otherwise I may have to build one.
     
    tbarr60, Apr 23, 2007 IP
  2. datropics

    datropics Peon

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I don't recall seeing any however I would tackle like this:

    Consider the AJAX for ColdFusion framework.
    Implement it
    Adjust it with the onkeypress event - then carry out your routine/db call etc.

    HTH

    daTropics
     
    datropics, Apr 27, 2007 IP