super.handleOnFocus(); this.parent.handleOnFocus(); super.handleOnBlur(); this.parent.handleOnBlur(); if (parent['onkeyup']) parent.onkeyup.sendEvent(kc); if (parent['onkeydown']) parent.onkeydown.sendEvent(kc); this.input.setAttribute('text', t); return this.input.getText(); //this.input.onfocus.sendEvent(); lz.Focus.setFocus(this.input); this.v_border.setAttribute("opacity",this.focusborderOpacity); this.h_border.setAttribute("opacity",this.focusborderOpacity); this.bkgnd.setAttribute("opacity",1); this.v_border.setAttribute("opacity",this.blurborderOpacity); this.h_border.setAttribute("opacity",this.blurborderOpacity); this.bkgnd.setAttribute("opacity",this.bgOpacity); this.input.setAttribute('text', d ); return this.input.getText(); A simple input text field with basic borders. Note: Simpleinputtext is deprecated. Please use instead.