15
Feb
08

Create Auto Suggest input box using AutoSuggest open source API

AutoSuggest API can be used to display an Auto Suggest input box. The separation of the data and view is what makes AutoSuggestion API flexible and easy to modify and fit different applications. The UIAutoSuggest gets “TextInput” and “TileList” and the “AbstractAutoSuggest ” keep sorting the list of words based on the user interaction, the data is bindable which allow the TileList and TextInput to be updates on the fly.

All source code contained on this page has been published under the MIT licence and is protected as stated therein.

AutoSuggest API UML

To see an example and download source code:
http://elromdesign.com/blog/Flex/API/AutoSuggest/

To view the ASDOC of the API:
http://elromdesign.com/blog/Flex/API/asdoc/


4 Responses to “Create Auto Suggest input box using AutoSuggest open source API”


  1. 1 D.A. Jan 5th, 2009 at 4:49 am

    I see just the example not the code itself

  2. 2 elad.ny Jan 5th, 2009 at 8:39 am

    On the example, right click and you will be able to view the code and download the code.

  3. 3 steveb Jul 5th, 2010 at 2:50 am

    Will you be updating this for Spark?

  4. 4 Elad Elrom Jul 6th, 2010 at 7:18 pm

    Hi Steve,

    This API is close to three years old so unless I will be using it i wont going to get around to upgrade. However, the code is open source so feel free to update and send me the code and I will be happy to give you credit and upgrade the git repository.