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