Hello tuebben, this code do the trick

var selection = selectBox.getChildrenContainer().getSelection();
var item=null;

if (selection.length > 0) {
     item=selection[0].getModel();
}





------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to