Re: [qooxdoo-devel] Form with variable number of widgets and buttons

2013-03-03 Thread thron7
What with an even more compact solution: You could use a ComboBox, with an additional button. If you enter a new value into the ComboBox' text field, the button becomes [+], and on pressing this the value is added to the list. If you select a value from the list, or enter an existing value by h

[qooxdoo-devel] Form with variable number of widgets and buttons

2013-03-01 Thread Elemer
Hi, I would like to design a form with Qooxdoo Desktop 2.1 to allow the user to insert a variable but small number of items (for example, email addresses). If I use a standard List I will need a TextField for the user to enter the data, a Button to insert the data, a List to contain the items an