Hi, On Friday 18 September 2009 Shankar_java wrote: > The AutoSuggest class adds a pulldown menu of suggested values to a text > field. The user can either click directly on a suggestion to enter it into > the field, or navigate the list using the up and down arrow keys, selecting > a value using the enter key. The values for the suggestion list are to > provided as XML, or as JSON. > > I am in need of auto suggest for a text field or combo box. How can i > achieve this. qooxdoo does not (yet) provide such a widget out-of-the-box. So you have to build your own custom widget. Looking at your requirements I would start off to extend the existing ComboBox widget in order to dynamically create the list items. Basically, you "only" need a combobox widget which creates dynamically its list entries depending on the users input. So the widget part is available in qooxdoo, all you need to do is to implement the logic for the dynamic creating of the list items.
Do you get your data from any backend on-the-fly? Feel free to ask more questions if anything is open left. cheers, Alex ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
