Skip to content

Instantly share code, notes, and snippets.

@wittemann
Created January 18, 2010 09:15
Show Gist options
  • Save wittemann/279902 to your computer and use it in GitHub Desktop.
Save wittemann/279902 to your computer and use it in GitHub Desktop.
combobox [qx]
var combo = new qx.ui.form.ComboBox();
this.getRoot().add(combo);
var comboTextField = combo.getChildControl("textfield");
comboTextField.setReadOnly(true);​
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment