0

I am new to QooDoo, Now i am developing a web application in QooxDoo and PHP, This application has multiple forms.

It'll very use full if qooxdoo has a "auto complete" feature in its form elements like TextField, ComboBox, SelectBox etc..

Is there is any library avaliable to implement auto-completion in qooxdoo ?

Thanks in advance.

Baskar.M
  • 561
  • 1
  • 6
  • 25

2 Answers2

0

The qooxdoo framework and the qooxdoo contributions do not offer such a feature. But using a combobox and data binding give you good tools to implement that yourself.

Martin Wittemann
  • 2,109
  • 1
  • 12
  • 14
  • 1
    thanks martin. sorry for the late replay. I did autocomplete with ComboTable contrib. Thanks for the good lib. – Baskar.M Jan 14 '13 at 17:08
0

link to ComboTable http://demo.qooxdoo.org/contrib/demobrowser/#ComboTable~trunk%2Fdefault%2F1.4.2%2Findex.html

...............................................................................

Shimon Doodkin
  • 4,310
  • 34
  • 37