super.init(); this.bkgnd.lft.setResource("comboedit_lft"); if (o) { // Sync the list to the text this.setValue(editbkgnd.textfield.getText()); } super.setOpen(o); super.setValue(v); if (this.isinited) { this.editbkgnd.textfield.setText(v); // LzFocus.setFocus(this.editbkgnd.textfield); var index = this.editbkgnd.textfield.text.length; this.editbkgnd.textfield.setSelection(index,index); } return this.editbkgnd.textfield.getText();