设置焦点

$(this.getElementByXid("fWB")).focus();

设置允许输入的最大值

$(this.getElementByXid("fWB")).attr("maxlength",1);

fWB是textarea组件的xid