Re: [qooxdoo-devel] setting list controller selection to nothing?

2010-09-13 Thread Martin Wittemann
Hello Greg, setting a selection to nothing is an easy task if the widget supports it. As in the case of the list, this is just emptying the selection array: controller.getSelection().removeAll(); http://tinyurl.com/23fpd5f As in case of the select box the widget itself is not capable of selecti

[qooxdoo-devel] setting list controller selection to nothing?

2010-09-12 Thread Greg Beaver
Hi, I really need to be able to have a list controller and its corresponding list's selection set to nothing by default. In another unrelated application, I also need to be able to do this with a selectbox, but qooxdoo always selects the first item, and resetting the selection does not empty it.